Last chance! 50% off unlimited learning
Sale ends in
For given frequency-domain operators F
and G
(freqdom
) the function freqdom.kronecker
computes their matrix product frequency-wise.
freqdom.product(F, G)
Function returns a frequency domain object (freqdom
) of dimensions
frequency-domain filter of type freqdom
, i.e. a set of linear operators
frequency-domain filter of type freqdom
, i.e. a set of linear operators
freqdom.product()
: Frequency-wise matrix product of two frequency-domain operators
Let
We define freqdom.product
returns
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