View source: R/SeaSondeRCS_MUSIC.R
seasonder_MUSIC_Bins2DopplerFreq | R Documentation |
This function retrieves the Doppler frequencies corresponding to specified Doppler bins for a given SeaSonde cross-spectral object.
seasonder_MUSIC_Bins2DopplerFreq(seasonder_cs_object, bins)
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. |
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.
A numeric vector of Doppler frequencies corresponding to the input bin indices.
seasonder_getSeaSondeRCS_MUSIC_DopplerBinsFrequency
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.