Retrieve the Interpolated Number of Doppler Cells for MUSIC
Source:R/SeaSondeRCS_MUSIC.R
seasonder_getSeaSondeRCS_MUSIC_nDopplerCells.Rd
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.
Value
An integer representing the number of Doppler cells adjusted by the Doppler interpolation factor.
Details
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.
See also
seasonder_getnDopplerCells
to obtain the base number of Doppler cells.
seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation
to retrieve the Doppler interpolation factor.