freqdom.kronecker: Compute a kronecker product of two spectral densities

Description Usage Arguments Value Examples

Description

For given spectral densities S and SC compute the Kronecker product S %x% SC at each frequency.

Usage

1

Arguments

S

first spectral density

SC

second spectral density

Value

Frequency Domain Operator object

Examples

1
2
3
4
5
6
n = 100
X = rar(n,d=3)
Y = rar(n,d=3)
SX = spectral.density(X)
SY = spectral.density(Y)
R = freqdom.kronecker(SY,SX)

freqdom documentation built on May 2, 2019, 5:55 p.m.