view branches/carfac_cpp/src/IHC.cpp @ 558:8ca6eb401a03

Compute member detect_scale_ in AGC_coefficients
author pfh1976@gmail.com
date Mon, 09 Apr 2012 13:22:28 +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
}