Learn R Programming

gsignal (version 0.3-7)

Ma: Moving average (MA) model

Description

Create an MA model representing a filter or system model

Usage

Ma(b)

Value

A list of class Ma with the polynomial coefficients

Arguments

b

moving average (MA) polynomial coefficients.

Author

Tom Short, tshort@eprisolutions.com

See Also

See also Arma

Examples

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

Run the code above in your browser using DataLab