View source: R/SeaSondeRCS_MUSIC.R
seasonder_getSeaSondeRCS_MUSIC_nDopplerCells | R Documentation |
This function calculates the interpolated number of Doppler cells for the MUSIC
data in a given SeaSondeRCS
object. It applies a Doppler interpolation factor
to the original number of Doppler cells.
seasonder_getSeaSondeRCS_MUSIC_nDopplerCells(seasonder_cs_object)
seasonder_cs_object |
A |
The function performs the following steps:
Retrieves the total number of Doppler cells using seasonder_getnDopplerCells
.
Retrieves the Doppler interpolation factor using seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation
.
Multiplies the number of Doppler cells by the interpolation factor to compute the interpolated number of Doppler cells.
An integer representing the number of Doppler cells adjusted by the Doppler interpolation factor.
seasonder_getnDopplerCells
to obtain the base number of Doppler cells.
seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation
to retrieve the Doppler interpolation factor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.