freqdom.eigen {freqdom} | R Documentation |
Gives the eigendecomposition of objects of class freqdom
.
freqdom.eigen(F)
F |
an object of class freqdom. The matrices |
This function makes an eigendecomposition for each of the matrices F\$operator[,,k]
.
Returns a list. The list is containing the following components:
vectors
\quad
an array containing d
matrices. The i
-th matrix contains in its k
-th row the conjugate transpose eigenvector belonging to the k
-th largest eigenvalue of F\$operator[,,i]
.
values
\quad
matrix containing in k
-th column the eigenvalues of F\$operator[,,k]
.
freq
\quad
vector of frequencies defining the object F
.