Module stages

Module stages 

Source
Expand description

Built-in DSP processing stages.

Structs§

FftStage
Forward FFT stage: real time-domain samples to complex frequency-domain.
FirFilterStage
FIR (Finite Impulse Response) filter stage.
GainStage
Gain stage: multiply all samples by a constant.
IfftStage
Inverse FFT stage: complex frequency-domain to real time-domain.
IirFilterStage
IIR (Infinite Impulse Response) filter stage.
MixerStage
Mixer stage: sums multiple input blocks into one.
ResampleStage
Resample stage: sample rate conversion using linear interpolation.

Traits§

DspStage
Trait for a DSP processing stage that transforms blocks.