Initialize Interpolated Data for MUSIC Algorithm
Source:R/SeaSondeRCS_MUSIC.R
seasonder_MUSICInitInterpolatedData.RdThis function initializes the data structure for storing interpolated cross-spectral data to be used in the MUSIC algorithm.
Value
A list containing the initialized interpolated data structure with placeholders for cross-spectral components.
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.
See also
seasonder_initCSDataStructure for details on the cross-spectral data structure.