powered by
For given spectral densities S and SC computes product S %*% SC at each frequency.
S
SC
S %*% SC
freqdom.product(S, SC)
first spectral density
second spectral density
Frequency Domain Operator object
freqdom.inverse, freqdom.ratio
freqdom.inverse
freqdom.ratio
# NOT RUN { n = 100 X = rar(n) Y = rar(n) SX = spectral.density(X) SY = spectral.density(Y) R = freqdom.product(SY,SX) # }
Run the code above in your browser using DataLab