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