comparison branches/carfac_cpp/src/AGC.cpp @ 545:e63fbe19b255

stubbed some more, and tidying
author Ulf.Hammarqvist@gmail.com
date Sat, 31 Mar 2012 17:24:08 +0000
parents c666e8e0696a
children d18ff10b5559
comparison
equal deleted inserted replaced
544:c666e8e0696a 545:e63fbe19b255
1 #include "AGC.h" 1 #include "AGC.h"
2 2
3 AGC_coefficients::AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch) 3 AGC_coefficients::AGC_coefficients(AGC_parameters* AGC_params,
4 { 4 float fs, int n_ch){
5 // TODO stuff goes here 5 // TODO stuff goes here
6 } 6 }
7 7
8 AGC_coefficients::~AGC_coefficients() 8 AGC_coefficients::~AGC_coefficients(){
9 {
10 // TODO Auto-generated destructor stub 9 // TODO Auto-generated destructor stub
11 } 10 }