powered by
Create an MA model representing a filter or system model
Ma(b)
A list of class Ma with the polynomial coefficients
Ma
moving average (MA) polynomial coefficients.
Tom Short, tshort@eprisolutions.com
See also Arma
Arma
f <- Ma(b = c(1, 2, 1) / 3) freqz(f) zplane(f)
Run the code above in your browser using DataLab