Skip to contents

This function maps specified Doppler frequency values to the corresponding Doppler bins for a given SeaSonde cross-spectral object.

Usage

seasonder_MUSIC_DopplerFreq2Bins(seasonder_cs_object, doppler_values)

Arguments

seasonder_cs_object

A SeaSondeRCS object representing the cross-spectral data structure. It contains metadata and configuration for Doppler frequency and bin mapping.

doppler_values

A numeric vector of Doppler frequency values to be mapped to Doppler bins.

Value

A numeric vector of Doppler bins corresponding to the input Doppler frequency values.

Details

The function performs the following steps:

This mapping is essential for translating frequency-domain values into bin indices used in further data processing or visualization.