lp2bs
Transform lowpass analog filters to bandstop
Description
[
transforms an analog lowpass filter prototype with unity cutoff frequency (1 rad/s)
into a bandstop filter with center frequency bt
,at
] = lp2bs(b
,a
,Wo
,Bw
)Wo
and bandwidth
Bw
. Specify the filter prototype with numerator
coefficients b
and denominator coefficients
a
as row vectors. The input system must be an analog filter
prototype.
Examples
Input Arguments
Output Arguments
Algorithms
lp2bs
transforms analog lowpass filter prototypes with a cutoff
angular frequency of 1 rad/s into bandstop filters with the desired bandwidth and center
frequency. The transformation is one step in the digital filter design process for the
butter
, cheby1
, cheby2
, and ellip
functions.
lp2bs
is a highly accurate state-space formulation of the classic
analog filter frequency transformation. If a bandstop filter has center frequency
ω0 and bandwidth
Bw, the standard s-domain
transformation is
where Q = ω0/Bw and p = s/ω0. The state-space version of this transformation is
lp2bs
can perform the transformation on two different linear
system representations: transfer function form and state-space form. See lp2bp
for a derivation of the bandpass version of this transformation.
Extended Capabilities
Version History
Introduced before R2006a