freqz2 {ravetools} | R Documentation |
Frequency response of digital filter
Description
Compute the z-plane frequency response of an ARMA
model.
Usage
freqz2(b, a = 1, fs = 2 * pi, n = 512, whole = FALSE, ...)
Arguments
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 |
Value
A list of frequencies and corresponding responses in complex vector
[Package ravetools version 0.1.7 Index]