FilterSpecs | R Documentation |
Filter specifications, including order, frequency cutoff, type, and possibly others.
FilterSpecs(n, Wc, type, ...)
n |
filter order. |
Wc |
cutoff frequency. |
type |
filter type, normally one of |
... |
other filter description characteristics, possibly including Rp for dB of pass band ripple or Rs for dB of stop band ripple, depending on filter type (Butterworth, Chebyshev, etc.). |
A list of class 'FilterSpecs'
with the following list elements
(repeats of the input arguments):
filter order
cutoff frequency
filter type, normally one of "low"
, "high"
,
"stop"
, or "pass"
.
other filter description characteristics, possibly including Rp for dB of pass band ripple or Rs for dB of stop band ripple, depending on filter type (Butterworth, Chebyshev, etc.).
Tom Short, tshort@eprisolutions.com,
renamed and adapted by Geert van Boxtel, gjmvanboxtel@gmail.com
filter
, butter
and
buttord
, cheby1
and cheb1ord
,
ellip
and ellipord
.
filt <- FilterSpecs(3, 0.1, "low")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.