firlp2hp
Transform FIR lowpass filter to Type I FIR highpass filter
Description
transforms the lowpass FIR filter g
= firlp2hp(b
)b
with zero-phase response
Hr(w) into a Type I highpass FIR filter g
with zero-phase
response Hr(π-w). Filter b
can be any FIR filter, including a
nonlinear-phase filter.
The passband and stopband ripples of g
will be equal to the
passband and stopband ripples of b
, respectively.
transforms the Type I lowpass FIR filter g
= firlp2hp(b
,'wide')b
with zero-phase
response Hr(w) into a Type I wideband highpass FIR filter g
with
zero-phase response 1 - Hr(w).
Note
The b
must be a Type I linear-phase filter.
For this case, the passband and stopband ripples of g
will be
equal to the stopband and passband ripples of b
.
Examples
Input Arguments
Output Arguments
References
[1] Mitra, Sanjit Kumar, and James F. Kaiser, eds. Handbook for Digital Signal Processing. New York: Wiley, 1993.
Version History
Introduced in R2011a