spa: Estimate frequency response

Description Usage Arguments Value References Examples

Description

Estimates frequency response and noise spectrum from data with fixed resolution using spectral analysis

Usage

1
spa(x, winsize = NULL, freq = NULL)

Arguments

x

an idframe object

winsize

lag size of the Hanning window (Default: min (length(x)/10,30))

freq

frequency points at which the response is evaluated (Default: seq(1,128)/128*pi/Ts)

Value

an idfrd object containing the estimated frequency response and the noise spectrum

References

Arun K. Tangirala (2015), Principles of System Identification: Theory and Practice, CRC Press, Boca Raton. Sections 16.5 and 20.4

Examples

1
2
data(arxsim)
frf <- spa(arxsim)

sysid documentation built on May 2, 2019, 4:18 a.m.

Related to spa in sysid...