
Public Member Functions | |
| def | __init__ |
| Rational resampling polyphase FIR filter. | |
| def gnuradio::blks2impl::rational_resampler::_rational_resampler_base::__init__ | ( | self, | ||
| resampler_base, | ||||
| interpolation, | ||||
| decimation, | ||||
taps = None, |
||||
fractional_bw = None | ||||
| ) |
Rational resampling polyphase FIR filter.
Either taps or fractional_bw may be specified, but not both. If neither is specified, a reasonable default, 0.4, is used as the fractional_bw.
| interpolation,: | interpolation factor interpolation: integer > 0 | |
| decimation,: | decimation factor decimation: integer > 0 | |
| taps,: | optional filter coefficients taps: sequence | |
| fractional_bw,: | fractional bandwidth in (0, 0.5), measured at final freq (use 0.4) fractional_bw: float |
1.5.8