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