Mercurial > hg > aimc
view branches/carfac_cpp/src/IHC.cpp @ 554:d18ff10b5559
Adding code to AGC_coefficients(AGC_params*, float, int)
Function FIR_coeffs as private function in class AGC_coefficients.
FIR_coeffs returns a FloatArray and modify a boolean variable.
author | pfh1976@gmail.com |
---|---|
date | Sun, 08 Apr 2012 14:28:55 +0000 |
parents | c666e8e0696a |
children | 9c4c3675c3f8 |
line wrap: on
line source
#include "IHC.h" IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params, float fs, int n_ch){ // TODO stuff! } IHC_coefficients::~IHC_coefficients() { // TODO Auto-generated destructor stub }