Ulf@477: #include "AGC.h" Ulf@477: Ulf@481: AGC_coefficients:: AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch){ Ulf@481: // TODO stuff goes here Ulf@477: } Ulf@477: Ulf@477: AGC_coefficients::~AGC_coefficients() { Ulf@477: // TODO Auto-generated destructor stub Ulf@477: }