|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
This is the complete list of members for dsplib::ChannelSynthesizer, including all inherited members.
| ChannelSynthesizer(const ChannelSynthesizer &)=delete (defined in dsplib::ChannelSynthesizer) | dsplib::ChannelSynthesizer | |
| ChannelSynthesizer(span_real filter, int num_bands, int decim_factor) | dsplib::ChannelSynthesizer | explicit |
| ChannelSynthesizer(std::shared_ptr< const arr_real > filter, int num_bands, int decim_factor) | dsplib::ChannelSynthesizer | explicit |
| ChannelSynthesizer(int num_bands, int decim_factor, int num_taps) | dsplib::ChannelSynthesizer | explicit |
| frame_len() const noexcept | dsplib::ChannelSynthesizer | |
| operator()(span_cmplx x) (defined in dsplib::ChannelSynthesizer) | dsplib::ChannelSynthesizer | inline |
| process(span_cmplx x) | dsplib::ChannelSynthesizer |