seasonder_MUSICInitCov {SeaSondeR} | R Documentation |
Initialize Covariance Matrix for MUSIC Algorithm
Description
This function initializes a covariance matrix for use in the MUSIC algorithm.
Usage
seasonder_MUSICInitCov()
Details
The covariance matrix is initialized as a 3 x 3 matrix filled with complex NA
values.
This structure is specifically designed for three-channel antenna configurations commonly used
in SeaSondeR applications.
Value
A 3 x 3 matrix of complex values, each initialized to NA_complex_
.
See Also
seasonder_defaultMUSIC_parameters
for default MUSIC parameters.
[Package SeaSondeR version 0.2.8 Index]