lp2lp
Change cutoff frequency for lowpass analog filter
Description
[
transforms an analog lowpass filter prototype with unity cutoff frequency (1 rad/s) into a
lowpass filter with cutoff angular frequency bt
,at
] = lp2lp(b
,a
,Wo
)Wo
rad/s. 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
lp2lp
transforms an analog lowpass filter prototype with a cutoff
angular frequency of 1 rad/s into a lowpass filter with any specified cutoff angular
frequency. The transformation is one step in the digital filter design process for the
butter
, cheby1
, cheby2
, and ellip
functions.
lp2lp
is a highly accurate
state-space formulation of the classic analog filter frequency transformation. If a lowpass
filter has cutoff angular frequency ω0, the standard
s-domain transformation is
The state-space version of this transformation is
The lp2lp
function 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