Last chance! 50% off unlimited learning
Sale ends in
Compute FIR filter for use with a quasi-perfect reconstruction polyphase-network filter bank.
qp_kaiser(nb, at, linear = FALSE)
The FIR filter coefficients, of class Ma
.
number of frequency bands, specified as a scalar
attenuation (in dB) in the stop band.
logical, indicating linear scaling. If FALSE (default), the
Kaiser window is multiplied by the ideal impulse response
André Carezia, andre@carezia.eng.br.
Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com.
Ma
, filter
, fftfilt
,
fir2
# \donttest{
freqz(qp_kaiser(1, 20))
freqz(qp_kaiser(1, 40))
# }
Run the code above in your browser using DataLab