Expand description
Half-band filters and cascades
Used to perform very efficient high-dynamic range rate changes by powers of two.
Structs§
- Half band decimator (decimate by two)
- Half-band decimation filter cascade with optimal taps
- Half band interpolator (interpolation rate 2)
- Half-band interpolation filter cascade with optimal taps.
- Symmetric FIR filter prototype.
Constants§
- Max low-rate block size (HbfIntCascade input, HbfDecCascade output)
- Passband width in units of lowest sample rate
- 140 dB stopband, 2 µdB passband ripple, limited by f32 dynamic rangeotherwise like
HBF_TAPS_98
. - Standard/optimal half-band filter cascade taps
Traits§
- Filter input items into output items.