seasonder_MUSIC_Bins2DopplerFreq {SeaSondeR} | R Documentation |
Map Doppler Bins to Doppler Frequencies
Description
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. |
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.
Value
A numeric vector of Doppler frequencies corresponding to the input bin indices.
See Also
seasonder_getSeaSondeRCS_MUSIC_DopplerBinsFrequency