Convert Normalized Doppler Frequencies to Doppler Frequencies
Source:R/SeaSondeRCS.R
seasonder_NormalizedDopplerFreq2DopplerFreq.RdThis function converts normalized Doppler frequencies into their corresponding Doppler frequencies (in Hz) within a SeaSondeR object.
Value
A numeric vector of Doppler frequencies (in Hz) corresponding to the input normalized Doppler frequencies.
Details
The function follows these steps:
Calls
seasonder_NormalizedDopplerFreq2Binsto convert the input normalized Doppler frequencies into Doppler bin indices.Calls
seasonder_Bins2DopplerFreqto obtain the corresponding Doppler frequencies in Hz.
The relationship between the normalized and absolute Doppler frequencies is defined as: $$f_{doppler} = f_{norm} \times f_{bragg}$$ where:
\(f_{doppler}\) is the Doppler frequency in Hz,
\(f_{norm}\) is the normalized Doppler frequency,
\(f_{bragg}\) is the Bragg frequency, computed based on radar wavelength.
See also
seasonder_NormalizedDopplerFreq2Bins for converting normalized Doppler frequencies to bin indices.
seasonder_Bins2DopplerFreq for converting bin indices to Doppler frequencies in Hz.