Ulf@538: #include "IHC.h" Ulf@538: Ulf@586: IHC_parameters::IHC_parameters(): Ulf@586: tau_lpf_(0.000080), Ulf@586: tau1_out_(0.010), Ulf@586: tau1_in_(0.20), Ulf@586: tau2_out_(0.0025), Ulf@586: tau2_in_(0.005) Ulf@586: { Ulf@586: // do nothing more Ulf@586: } Ulf@586: Ulf@586: IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params_p, float fs, int n_ch): Ulf@586: saturation_output_(0.0) Ulf@586: { Ulf@544: // TODO stuff! Ulf@538: }