spa {sysid} | R Documentation |
Estimate frequency response
Description
Estimates frequency response and noise spectrum from data with fixed resolution using spectral analysis
Usage
spa(x, winsize = NULL, freq = NULL)
Arguments
x |
an |
winsize |
lag size of the Hanning window (Default: |
freq |
frequency points at which the response is evaluated
(Default: |
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
data(arxsim)
frf <- spa(arxsim)
[Package sysid version 1.0.4 Index]