The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
This is the complete list of members for MHAFilter::complex_bandpass_t, including all inherited members.
A_ | MHAFilter::complex_bandpass_t | private |
B_ | MHAFilter::complex_bandpass_t | private |
complex_bandpass_t(std::vector< mha_complex_t > A, std::vector< mha_complex_t > B) | MHAFilter::complex_bandpass_t | |
creator_A(std::vector< mha_real_t > cf, std::vector< mha_real_t > bw, mha_real_t srate, unsigned int order) | MHAFilter::complex_bandpass_t | static |
creator_B(std::vector< mha_complex_t > A, unsigned int order) | MHAFilter::complex_bandpass_t | static |
filter(const mha_wave_t &X, mha_spec_t &Y) | MHAFilter::complex_bandpass_t | inline |
filter(const mha_wave_t &X, mha_wave_t &Yre, mha_wave_t &Yim) | MHAFilter::complex_bandpass_t | inline |
filter(const mha_spec_t &X, mha_spec_t &Y) | MHAFilter::complex_bandpass_t | inline |
filter(const mha_wave_t &Xre, const mha_wave_t &Xim, mha_wave_t &Yre, mha_wave_t &Yim) | MHAFilter::complex_bandpass_t | inline |
get_weights() const | MHAFilter::complex_bandpass_t | inline |
inspect() const | MHAFilter::complex_bandpass_t | inline |
set_state(mha_real_t val) | MHAFilter::complex_bandpass_t | |
set_state(std::vector< mha_real_t > val) | MHAFilter::complex_bandpass_t | |
set_state(mha_complex_t val) | MHAFilter::complex_bandpass_t | |
set_weights(std::vector< mha_complex_t > new_B) | MHAFilter::complex_bandpass_t | |
Yn | MHAFilter::complex_bandpass_t | private |