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
an array containing
matrices. The
-th matrix contains in its
-th row the conjugate transpose eigenvector belonging to the
-th largest eigenvalue of
F\$operator[,,i]
. -
values
matrix containing in
-th column the eigenvalues of
F\$operator[,,k]
. -
freq
vector of frequencies defining the object
F
.
See Also
[Package freqdom version 2.0.5 Index]