| FilterOfOrder | R Documentation |
IIR filter specifications, including order, frequency cutoff, type, and possibly others.
FilterOfOrder(n, Wc, type, ...)
n |
filter order |
Wc |
cutoff frequency |
type |
filter type, normally one of |
... |
other filter description characteristics, possibly
including |
The filter is
A list of class FilterOfOrder with the following elements
(repeats of the input arguments):
n |
filter order |
Wc |
cutoff frequency |
type |
filter type, normally one of |
... |
other filter description characteristics, possibly
including |
Tom Short
Octave Forge https://octave.sourceforge.io/
filter, butter and buttord
cheby1 and cheb1ord, and
ellip and ellipord
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.