seasonder_getRadarWaveLength | R Documentation |
This function computes the radar wavelength based on the center frequency of the SeaSonde radar system. The wavelength is derived using the speed of light and the radar's center frequency.
seasonder_getRadarWaveLength(seasonder_cs_object)
seasonder_cs_object |
A |
The radar wavelength \lambda
is calculated using the formula:
\lambda = \frac{c}{f}
where:
c
is the speed of light (approximately 3 * 10^8
m/s),
f
is the radar's center frequency in Hz, retrieved from the SeaSondeRCS object.
The center frequency is initially stored in MHz and is converted to Hz by multiplying
it by 10^6
.
A numeric value representing the radar wavelength in meters (m).
seasonder_getCenterFreqMHz
to retrieve the radar's center frequency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.