seasonder_getBraggDopplerAngularFrequency | R Documentation |
This function computes the Bragg Doppler angular frequencies for a SeaSonde radar system. These frequencies represent the characteristic Doppler shifts due to wave resonance at the Bragg wavelength.
seasonder_getBraggDopplerAngularFrequency(seasonder_cs_object)
seasonder_cs_object |
A |
The Bragg Doppler angular frequency \omega_B
is calculated using the formula
\omega_B = \sqrt{2 \cdot g \cdot k}
where:
g
is the gravitational acceleration (approximately 9.8 \, m/s^2
),
k
is the radar wave number in radians per meter.
The returned vector contains the negative (-\omega_B
) and positive (+\omega_B
) angular frequencies.
A numeric vector of length two, containing the negative and positive Bragg Doppler angular frequencies (in radians per second).
seasonder_getRadarWaveNumber
to compute the radar wave number.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.