|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ButterworthFilterModel
ButterworthFilterModel[n]
creates a lowpass Butterworth filter of order n and cutoff frequency of 1.
ButterworthFilterModel[{n,
c}]
uses the cutoff frequency
.
ButterworthFilterModel[{"type", spec}]
uses the full filter specification
.
ButterworthFilterModel[{"type", spec}, var]
expresses the model in terms of the variable var.
DetailsDetails
- ButterworthFilterModel returns the filter as a TransferFunctionModel.
- ButterworthFilterModel[n] uses machine precision to return a filter with attenuation of
at frequency 1. - In ButterworthFilterModel[{"type", spec}], filter specification can be any of the following:
-
{"Lowpass",{
p,
s},{ap,as}}lowpass filter specification {"Highpass",{
s,
p},{as,ap}}highpass filter specification {"Bandpass",{
s1,
p1,
p2,
s2},{as,ap}}bandpass filter specification {"Bandstop",{
p1,
s1,
s2,
p2},{ap,as}}bandstop filter specification - Values
and
are respectively absolute values of passband and stopband attenuations. - Given a gain fraction
, the attenuation
.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



