annotate src/AGC.cpp @ 481:cad69634b411 carfac_cpp

(none)
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 20:24:28 +0000
parents 5def66bf228f
children 3673e3e67bab
rev   line source
Ulf@477 1 #include "AGC.h"
Ulf@477 2
Ulf@481 3 AGC_coefficients:: AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch){
Ulf@481 4 // TODO stuff goes here
Ulf@477 5 }
Ulf@477 6
Ulf@477 7 AGC_coefficients::~AGC_coefficients() {
Ulf@477 8 // TODO Auto-generated destructor stub
Ulf@477 9 }