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 F\$operator[,,k] are required to be square matrices, say d \times d.

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:

See Also

freqdom


[Package freqdom version 2.0.5 Index]