seasonder_MUSICInitInterpolatedData {SeaSondeR} | R Documentation |
Initialize Interpolated Data for MUSIC Algorithm
Description
This function initializes the data structure for storing interpolated cross-spectral data to be used in the MUSIC algorithm.
Usage
seasonder_MUSICInitInterpolatedData(seasonder_cs_object)
Arguments
seasonder_cs_object |
A SeaSondeR cross-spectral object containing metadata about the number of Doppler cells and range cells. |
Details
The function retrieves the number of Doppler cells and range cells from the provided cross-spectral object and uses this information to initialize the interpolated data structure. The resulting structure is compatible with the dimensions of the cross-spectral data used in SeaSondeR.
The data structure is initialized using seasonder_initCSDataStructure
, ensuring it contains
placeholders for components such as SSA1
, SSA2
, SSA3
, CS12
, CS13
,
CS23
, and QC
.
Value
A list containing the initialized interpolated data structure with placeholders for cross-spectral components.
See Also
seasonder_initCSDataStructure
for details on the cross-spectral data structure.