View source: R/filter-diagnosis.R
freqz2 | R Documentation |
Compute the z-plane frequency response of an ARMA
model.
freqz2(b, a = 1, fs = 2 * pi, n = 512, whole = FALSE, ...)
b |
the moving-average coefficients of an |
a |
the auto-regressive coefficients of an |
fs |
sampling frequency in |
n |
number of points at which to evaluate the frequency response;
default is |
whole |
whether to evaluate beyond |
... |
ignored |
A list of frequencies and corresponding responses in complex vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.