Mercurial > hg > aimc
view branches/carfac_cpp/src/AGC.cpp @ 544:c666e8e0696a
style
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Thu, 29 Mar 2012 19:43:36 +0000 |
parents | 5f1f55b23301 |
children | e63fbe19b255 |
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 }