Ma function

Moving average (MA) model

Moving average (MA) model

Create an MA model representing a filter or system model

Ma(b)

Arguments

  • b: moving average (MA) polynomial coefficients.

Returns

A list of class Ma with the polynomial coefficients

Examples

f <- Ma(b = c(1, 2, 1) / 3) freqz(f) zplane(f)

See Also

See also Arma

Author(s)

Tom Short, tshort@eprisolutions.com

  • Maintainer: Geert van Boxtel
  • License: GPL-3
  • Last published: 2024-09-11