|
| resampling_filter_t (unsigned int fftlen, unsigned int irslen, unsigned int channels, unsigned int Nup, unsigned int Ndown, double fCutOff) |
| Constructor. More...
|
|
| fftfilter_t (unsigned int fragsize, unsigned int channels, unsigned int fftlen) |
| Constructor. More...
|
|
| ~fftfilter_t () |
|
void | update_coeffs (const mha_wave_t *pwIRS) |
| Update the set of coefficients. More...
|
|
void | filter (const mha_wave_t *pwIn, mha_wave_t **ppwOut, const mha_wave_t *pwIRS) |
| Apply filter with changing coefficients to a waveform fragment. More...
|
|
void | filter (const mha_wave_t *pwIn, mha_wave_t **ppwOut) |
| Apply filter to waveform fragment, without changing the coefficients. More...
|
|
void | filter (const mha_wave_t *pwIn, mha_wave_t **ppwOut, const mha_spec_t *psWeights) |
| Apply filter with changing coefficients to a waveform fragment. More...
|
|
Hann shaped low pass filter for resampling.
This class uses FFT filter at upsampled rate.