S3 class constructor for storing frequency response data
idfrd(respData, freq, Ts, spec = NULL, covData = NULL, noiseCov = NULL)an idfrd object
frequency response data. For SISO systems, supply a vector of frequency response values. For MIMO systems with Ny outputs and Nu inputs, supply an array of size c(Ny,Nu,Nw).
frequency points of the response
sampling time of data
power spectra and cross spectra of the system output disturbances (noise). Supply an array of size (Ny,Ny,Nw)
response data covariance matrices. Supply an array of size (Ny,Nu,Nw,2,2). covData[ky,ku,kw,,] is the covariance matrix of respData[ky,ku,kw]
power spectra variance. Supply an array of size (Ny,Ny,Nw)
plot.idfrd for generating bode plots,
spa and etfe for estimating the
frequency response given input/output data