This function slices a self-spectra data matrix by selecting the columns corresponding to the specified Doppler cells.
Usage
seasonder_extractSeaSondeRCS_dopplerRanges_from_SSdata(SSmatrix, doppler_cells)
Arguments
- SSmatrix
A matrix containing self-spectra data, where columns represent Doppler bins.
- doppler_cells
A numeric vector specifying the indices of the Doppler bins to extract.
Value
A matrix containing only the columns corresponding to the selected Doppler cells.
Details
The function extracts a subset of columns from the self-spectra matrix. No explicit validation is currently
performed to verify that the provided Doppler cell indices fall within the range of the matrix columns.