Expand description
Built-in DSP processing stages.
Structs§
- FftStage
- Forward FFT stage: real time-domain samples to complex frequency-domain.
- FirFilter
Stage - FIR (Finite Impulse Response) filter stage.
- Gain
Stage - Gain stage: multiply all samples by a constant.
- Ifft
Stage - Inverse FFT stage: complex frequency-domain to real time-domain.
- IirFilter
Stage - IIR (Infinite Impulse Response) filter stage.
- Mixer
Stage - Mixer stage: sums multiple input blocks into one.
- Resample
Stage - Resample stage: sample rate conversion using linear interpolation.
Traits§
- DspStage
- Trait for a DSP processing stage that transforms blocks.