Skip to contents

This function retrieves the Doppler frequencies corresponding to specified Doppler bins for a given SeaSonde cross-spectral object.

Usage

seasonder_MUSIC_Bins2DopplerFreq(seasonder_cs_object, bins)

Arguments

seasonder_cs_object

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

bins

A numeric or integer vector of bin indices for which Doppler frequencies are needed.

Value

A numeric vector of Doppler frequencies corresponding to the input bin indices.

Details

The function retrieves the full set of unnormalized Doppler bin frequencies using seasonder_getSeaSondeRCS_MUSIC_DopplerBinsFrequency and returns the frequencies corresponding to the provided bin indices. This is useful for translating bin-domain indices into physical Doppler frequency values for analysis or visualization.