12#ifndef ROC_AUDIO_FREQ_ESTIMATOR_DECIM_H_ 
   13#define ROC_AUDIO_FREQ_ESTIMATOR_DECIM_H_ 
   22static const size_t fe_decim_factor_max = 10;
 
   27static const size_t fe_decim_len = 256;
 
   30static const uint32_t fe_decim_len_mask = fe_decim_len - 1;
 
const double fe_decim_h_gain
Filters gain, sum(fe_decim_h).
 
const double fe_decim_h[fe_decim_len]
Impulse response of decimation filter with factor of 10.
 
Commonly used types and functions.