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