Compute the z-plane frequency response of an ARMA
model.
freqz2(b, a = 1, fs = 2 * pi, n = 512, whole = FALSE, ...)
A list of frequencies and corresponding responses in complex vector
the moving-average coefficients of an ARMA
model
the auto-regressive coefficients of an ARMA
filter; default
is 1
sampling frequency in Hz
number of points at which to evaluate the frequency response;
default is 512
whether to evaluate beyond Nyquist
frequency; default
is false
ignored