olsTfEigen: Ordinary least squares frequency-domain regression on...

Description Usage Arguments Details Value

Description

Estimates coefficients by frequency (transfer function) between inputs x and response y.

Usage

1
olsTfEigen(x, y, freqIdx, fOffsetIdxLst)

Arguments

x

list of inputs that is a result of taper().

y

list of responses that is a result of taper().

freqIdx

numeric vector indicating at which frequencies the coefficients should be estimated

fOffsetIdxLst

a list containing what offset frequencies should be used (in a standard transfer function, this would contain the zero frequency offset)

Details

Note to me: I should look at exactly how this is working (re: fOffsetIdxLst)

Value

a matrix with columns the transfer function relating to the input that was in the same column.


driegert/transfer documentation built on May 15, 2019, 2:11 p.m.