View source: R/SeaSondeRCS_MUSIC.R
| seasonder_getSeaSondeRCS_MUSIC_CenterDopplerBin | R Documentation |
This function calculates the center Doppler bin for a SeaSondeRCS object.
The center bin corresponds to the Doppler bin representing zero frequency,
and the computation accounts for adjustments from the MUSIC Doppler interpolation.
seasonder_getSeaSondeRCS_MUSIC_CenterDopplerBin(seasonder_cs_object)
seasonder_cs_object |
A |
The function performs the following steps:
Retrieves the total number of Doppler cells, including adjustments for MUSIC
interpolation, using seasonder_getSeaSondeRCS_MUSIC_nDopplerCells.
Computes the center Doppler bin using seasonder_computeCenterDopplerBin,
which determines the bin corresponding to zero frequency.
The center Doppler bin is a key parameter for organizing Doppler frequency data around zero and is critical for spectral analysis.
An integer representing the center Doppler bin.
seasonder_getSeaSondeRCS_MUSIC_nDopplerCells to retrieve the adjusted number of Doppler cells.
seasonder_computeCenterDopplerBin for the center bin calculation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.