powered by
Estimates frequency response and noise spectrum from data with fixed resolution using spectral analysis
spa(x, winsize = NULL, freq = NULL)
an idfrd object containing the estimated frequency response and the noise spectrum
idfrd
an idframe object
idframe
lag size of the Hanning window (Default: min (length(x)/10,30))
min (length(x)/10,30)
frequency points at which the response is evaluated (Default: seq(1,128)/128*pi/Ts)
seq(1,128)/128*pi/Ts
Arun K. Tangirala (2015), Principles of System Identification: Theory and Practice, CRC Press, Boca Raton. Sections 16.5 and 20.4
data(arxsim) frf <- spa(arxsim)
Run the code above in your browser using DataLab