View source: R/SeaSondeRCS_MUSIC.R
seasonder_MUSICInitEigenDecomp | R Documentation |
This function initializes the data structure for storing the eigenvalue decomposition results used in the MUSIC algorithm.
seasonder_MUSICInitEigenDecomp()
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.
A list with two elements:
values
: Eigenvalues as a complex vector.
vectors
: Eigenvectors as a complex matrix.
seasonder_MUSICInitCov
for initializing covariance matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.