seasonder_getRadarWaveNumber | R Documentation |
This function computes the radar wave number k
for a SeaSonde radar
system based on its wavelength. The wave number represents the spatial frequency
of the radar wave.
seasonder_getRadarWaveNumber(seasonder_cs_object)
seasonder_cs_object |
A |
The radar wave number k
is calculated using the formula:
k = \frac{2 \pi}{\lambda}
where:
\lambda
is the radar wavelength in meters, calculated using
seasonder_getRadarWaveLength
.
2 \pi
represents the relationship between the wavelength and wave number.
The wave number is an essential parameter for analyzing radar signals and their interaction with the medium being measured.
A numeric value representing the radar wave number k
in
radians per meter.
seasonder_getRadarWaveLength
to compute the radar wavelength.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.