|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
BesselFilterModel
BesselFilterModel[n]
designs a lowpass Bessel filter of order n and cutoff frequency 1.
BesselFilterModel[{n,
c}]
uses the cutoff frequency
.
BesselFilterModel[{n,
c}, var]
expresses the model in terms of the variable var.
DetailsDetails
- BesselFilterModel returns the designed filter as a TransferFunctionModel.
- BesselFilterModel[n] uses machine precision to return a filter with attenuation of
at frequency 1.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


