Description Usage Arguments Details Value
Estimates a transfer function between the columns of input x
and the response
y
. **DEPRECIATED**
1 2 3 |
x |
A |
y |
A single column |
blockSize |
A |
overlap |
A |
deltat |
A |
nw |
A |
k |
A |
nFFT |
A |
freqRange |
NOT CURRENTLY IMPLEMENTED. |
freqOffset |
NOT CURRENTLY IMPLEMENTED (don't chage this... ). |
standardize |
Should the inputs and outputs be standardized to have mean = 0 and standard deviation = 1? |
Takes the times series inputs and response, divides these series into (optionally) overlapping blocks, tapers each block with Discrete Prolate Spheriodal Sequences (DPSS's or Slepian sequences), Fourier transforms each block, and then estimates the transfer function at each frequency between the Fourier transforms of the inputs and the response.
Different from tf in that an FFT is used and additionally, the standard errors of the coefficient estimates are provided as well as the eigenvalues from the singular value decomposition.
An object of class transfer
, consisting of a complex matrix whose
columns are the individual transfer function for each input, and several attributes
describing the transfer function estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.