Ma: Moving average (MA) model

View source: R/Ma.R

MaR Documentation

Moving average (MA) model

Description

Create an MA model representing a filter or system model

Usage

Ma(b)

Arguments

b

moving average (MA) polynomial coefficients.

Value

A list of class Ma with the polynomial coefficients

Author(s)

Tom Short, tshort@eprisolutions.com

See Also

See also Arma

Examples

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


gjmvanboxtel/gsignal documentation built on Nov. 22, 2023, 8:19 p.m.