Mercurial > hg > aimc
comparison 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 |
comparison
equal
deleted
inserted
replaced
480:5def66bf228f | 481:cad69634b411 |
---|---|
1 #include "AGC.h" | 1 #include "AGC.h" |
2 | 2 |
3 AGC_coefficients::AGC_coefficients() { | 3 AGC_coefficients:: AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch){ |
4 // TODO Auto-generated constructor stub | 4 // TODO stuff goes here |
5 | |
6 } | 5 } |
7 | 6 |
8 AGC_coefficients::~AGC_coefficients() { | 7 AGC_coefficients::~AGC_coefficients() { |
9 // TODO Auto-generated destructor stub | 8 // TODO Auto-generated destructor stub |
10 } | 9 } |