Skip to main content

Module fir

Module fir 

Source
Expand description

Finite impulse response filter.

If using many taps, FftFilter probably has better performance.

TODO: Change taps to return error instead of assert?

Structs§

Fir
Finite impulse response filter.
FirFilter
Finite impulse response filter block.
FirFilterBuilder
Builder for a FIR filter block.

Functions§

hilbert
Generate hilbert transformer filter.
low_pass
Create taps for a low pass filter.
low_pass_complex
Create taps for a low pass filter as complex taps.
multiband
Create a multiband filter.