seasonder_Bins2NormalizedDopplerFreq | R Documentation |
This function retrieves the normalized Doppler frequencies corresponding to the specified bins in a given SeaSondeR
object.
seasonder_Bins2NormalizedDopplerFreq(seasonder_cs_object, bins)
seasonder_cs_object |
A |
bins |
A numeric vector specifying the Doppler bin indices. |
This function first retrieves the Doppler bin frequencies in normalized form using seasonder_getDopplerBinsFrequency
. It then selects the normalized Doppler frequencies corresponding to the specified bin indices.
Normalized Doppler Frequency Calculation: The normalized Doppler frequency is typically defined as:
f_{norm} = \frac{f_{doppler}}{f_{bragg}}
where:
f_{norm}
is the normalized Doppler frequency,
f_{doppler}
is the Doppler frequency of a given bin,
f_{bragg}
is the Bragg frequency, computed based on radar wavelength.
A numeric vector of normalized Doppler frequencies corresponding to the specified bins.
seasonder_getDopplerBinsFrequency
for retrieving Doppler bin frequencies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.