Map Doppler Frequencies to Doppler Bins
Source:R/SeaSondeRCS_MUSIC.R
seasonder_MUSIC_DopplerFreq2Bins.RdThis function maps specified Doppler frequency values to the corresponding Doppler bins for a given SeaSonde cross-spectral object.
Details
The function performs the following steps:
Retrieves the unnormalized Doppler bin frequencies using
seasonder_getSeaSondeRCS_MUSIC_DopplerBinsFrequency.Retrieves the Doppler spectrum resolution using
seasonder_getSeaSondeRCS_MUSIC_DopplerSpectrumResolution.Retrieves the total number of Doppler cells using
seasonder_getSeaSondeRCS_MUSIC_nDopplerCells.Computes the Doppler bin indices corresponding to the input Doppler frequency values using
seasonder_computeDopplerFreq2Bins.
This mapping is essential for translating frequency-domain values into bin indices used in further data processing or visualization.