Description Usage Arguments Details
Estimates coefficients by frequency (transfer function) between
time-domain inputs x
and response y
.
1 |
x |
is a |
y |
a |
time |
A vector containing times at which the data are sampled for each block. (you can just supply 1:n) |
n |
An |
npredictor |
An |
ntaper |
An |
freq |
is a list of frequencies at which to estimate the transfer function - someone needs to take into account that there will be a gap at beginning and end of size max(fOffset). |
fOffset |
a vector indicating which frequencies of predictors to use (should at least be 0) |
I need to revisit this and think of a way to NOT use the slow Fourier transform. Also, probably want to be using an SVD regression to get the transfer function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.