annotate 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
rev   line source
Ulf@538 1 #include "AGC.h"
Ulf@538 2
Ulf@544 3 AGC_coefficients::AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch)
Ulf@544 4 {
Ulf@544 5 // TODO stuff goes here
Ulf@538 6 }
Ulf@538 7
Ulf@544 8 AGC_coefficients::~AGC_coefficients()
Ulf@544 9 {
Ulf@544 10 // TODO Auto-generated destructor stub
Ulf@538 11 }