seasonder_Bins2DopplerFreq {SeaSondeR} | R Documentation |
Convert Doppler Bins to Doppler Frequencies
Description
This function retrieves the Doppler frequency values corresponding to the specified bin indices in a given SeaSondeR
object.
Usage
seasonder_Bins2DopplerFreq(seasonder_cs_object, bins)
Arguments
seasonder_cs_object |
A |
bins |
A numeric vector specifying the Doppler bin indices. |
Details
This function retrieves the full set of Doppler bin frequencies using seasonder_getDopplerBinsFrequency
in non-normalized form.
It then selects the Doppler frequencies corresponding to the specified bin indices.
Value
A numeric vector of Doppler frequencies (in Hz) corresponding to the specified bins.
See Also
seasonder_DopplerFreq2Bins
for the reverse operation.
seasonder_getDopplerBinsFrequency
for retrieving the full set of Doppler frequencies.
[Package SeaSondeR version 0.2.8 Index]