dsplib 1.1.0
C++ DSP library for MATLAB-like coding
Loading...
Searching...
No Matches
dsplib::Channelizer Member List

This is the complete list of members for dsplib::Channelizer, including all inherited members.

Channelizer(const Channelizer &)=delete (defined in dsplib::Channelizer)dsplib::Channelizer
Channelizer(span_real filter, int num_bands, int decim_factor)dsplib::Channelizerexplicit
Channelizer(std::shared_ptr< const arr_real > filter, int num_bands, int decim_factor)dsplib::Channelizerexplicit
Channelizer(int num_bands, int decim_factor, int num_taps)dsplib::Channelizerexplicit
frame_len() const noexceptdsplib::Channelizer
operator()(span_real x) (defined in dsplib::Channelizer)dsplib::Channelizerinline
process(span_real x)dsplib::Channelizer