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