Convert Doppler Frequencies to Normalized Doppler Frequencies
Source:R/SeaSondeRCS.R
seasonder_DopplerFreq2NormalizedDopplerFreq.Rd
This function converts Doppler frequencies (in Hz) into their corresponding normalized Doppler frequencies within a SeaSondeR
object.
Details
The function follows these steps:
Calls
seasonder_DopplerFreq2Bins
to convert the input Doppler frequencies into Doppler bin indices.Calls
seasonder_Bins2NormalizedDopplerFreq
to obtain the corresponding normalized Doppler frequencies.
The normalized Doppler frequency is computed 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.
This function ensures consistency by mapping input frequencies to their closest bin representation before normalization.
See also
seasonder_DopplerFreq2Bins
for converting Doppler frequencies to bin indices.
seasonder_Bins2NormalizedDopplerFreq
for converting bin indices to normalized frequencies.