powered by
Plot the poles and zeros of a filter or model on the complex Z-plane
zplane(filt, ...)# S3 method for Arma zplane(filt, ...)# S3 method for Ma zplane(filt, ...)# S3 method for Sos zplane(filt, ...)# S3 method for Zpg zplane(filt, ...)# S3 method for default zplane(filt, a, ...)
# S3 method for Arma zplane(filt, ...)
# S3 method for Ma zplane(filt, ...)
# S3 method for Sos zplane(filt, ...)
# S3 method for Zpg zplane(filt, ...)
# S3 method for default zplane(filt, a, ...)
for the default case, the moving-average coefficients of an ARMA model or filter. Generically, filt specifies an arbitrary model or filter operation.
filt
additional arguments are passed through to plot.
the autoregressive (recursive) coefficients of an ARMA filter.
No value is returned.
Poles are marked with an <U+2018>x<U+2019>, and zeros are marked with an <U+2018>o<U+2019>.
https://en.wikipedia.org/wiki/Pole-zero_plot
freqz
# NOT RUN { ## elliptic low-pass filter elp <- ellip(4, 0.5, 20, 0.4) zplane(elp) # }
Run the code above in your browser using DataLab