freqdom.eigen {freqdom} | R Documentation |
Eigendecompose a frequency domain operator at each frequency
Description
Gives the eigendecomposition of objects of class freqdom
.
Usage
freqdom.eigen(F)
Arguments
F |
an object of class freqdom. The matrices |
Details
This function makes an eigendecomposition for each of the matrices F\$operator[,,k]
.
Value
Returns a list. The list is containing the following components:
-
vectors
\quad
an array containingd
matrices. Thei
-th matrix contains in itsk
-th row the conjugate transpose eigenvector belonging to thek
-th largest eigenvalue ofF\$operator[,,i]
. -
values
\quad
matrix containing ink
-th column the eigenvalues ofF\$operator[,,k]
. -
freq
\quad
vector of frequencies defining the objectF
.
See Also
[Package freqdom version 2.0.5 Index]