zplane | R Documentation |
Plot the poles and zeros of a model or filter.
## Default S3 method:
zplane(filt, a, ...)
## S3 method for class 'Arma'
zplane(filt, ...)
## S3 method for class 'Ma'
zplane(filt, ...)
## S3 method for class 'Zpg'
zplane(filt, ...)
filt |
for the default case, the moving-average coefficients of
an ARMA model or filter. Generically, |
a |
the autoregressive (recursive) coefficients of an ARMA filter. |
... |
Additional arguments passed to |
Poles are marked with an ‘x’, and zeros are marked with an ‘o’.
No value is returned.
Tom Short
Octave Forge https://octave.sourceforge.io/
https://en.wikipedia.org/wiki/Pole-zero_plot
Arma
, freqz
filt <- ellip(5, 0.5, 20, .2)
zplane(filt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.