seasonder_initCSDataStructure {SeaSondeR}R Documentation

Initialize Cross-Spectra Data Structure for SeaSondeR

Description

This 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.

Usage

seasonder_initCSDataStructure(nRanges, nDoppler)

Arguments

nRanges

Integer, number of range cells in the radar measurement. Specifies the number of rows in each matrix.

nDoppler

Integer, number of Doppler bins in the radar measurement. Specifies the number of columns in each matrix.

Value

A list containing matrices for different cross-spectra components:

s


[Package SeaSondeR version 0.2.8 Index]