seasonder_MUSICInitEigenDecomp: Initialize Eigenvalue Decomposition Structure for MUSIC...

View source: R/SeaSondeRCS_MUSIC.R

seasonder_MUSICInitEigenDecompR Documentation

Initialize Eigenvalue Decomposition Structure for MUSIC Algorithm

Description

This function initializes the data structure for storing the eigenvalue decomposition results used in the MUSIC algorithm.

Usage

seasonder_MUSICInitEigenDecomp()

Details

The function returns a list with the following components:

  • values: A vector of length 3, initialized with NA_complex_, to hold the eigenvalues.

  • vectors: A 3 x 3 matrix, initialized with NA_complex_, to hold the eigenvectors.

This structure is designed to support three-channel antenna configurations typical in SeaSondeR applications.

Value

A list with two elements:

  • values: Eigenvalues as a complex vector.

  • vectors: Eigenvectors as a complex matrix.

See Also

seasonder_MUSICInitCov for initializing covariance matrices.


SeaSondeR documentation built on June 8, 2025, 10:50 a.m.