|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
EllipticFilterModel
EllipticFilterModel[n]
designs a lowpass elliptic filter of order n.
EllipticFilterModel[{n,
c}]
uses the cutoff frequency
.
EllipticFilterModel[{"type", spec}]
designs an elliptic filter of the specified type
, using the spec.
EllipticFilterModel[{"type", spec}, var]
expresses the model in terms of the variable var.
DetailsDetails
- EllipticFilterModel returns the designed filter as a TransferFunctionModel.
- EllipticFilterModel[n] uses machine precision to return a filter with attenuation of
at frequency 1. - In EllipticFilterModel[{"type", spec}, var], 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 - Frequency values should be given in an ascending order.
- Values
and
are absolute values of passband and stopband attenuations, respectively. - 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 »



