view src/AGC.cpp @ 482:ea17c0e4e740 carfac_cpp

(none)
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 20:26:15 +0000
parents cad69634b411
children 3673e3e67bab
line wrap: on
line source
#include "AGC.h"

AGC_coefficients::	AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch){
	// TODO stuff goes here
}

AGC_coefficients::~AGC_coefficients() {
	// TODO Auto-generated destructor stub
}