Initialize Cross-Spectra Data Structure for SeaSondeR
Source:R/SeaSondeRCS.R
seasonder_initCSDataStructure.RdThis function initializes a data structure for storing cross-spectra data related to SeaSonde radar measurements. It creates a list of matrices, each corresponding to different components of the SeaSonde data.
Value
A list containing matrices for different cross-spectra components:
SSA1: Matrix for SSA1 component, filled withNA_real_.SSA2: Matrix for SSA2 component, filled withNA_real_.SSA3: Matrix for SSA3 component, filled withNA_real_.CS12: Matrix for CS12 component, complex numbers withNA_real_real and imaginary parts.CS13: Matrix for CS13 component, complex numbers withNA_real_real and imaginary parts.CS23: Matrix for CS23 component, complex numbers withNA_real_real and imaginary parts.QC: Quality control matrix, filled withNA_real_.
s