seasonder_computeCenterDopplerBin | R Documentation |
This function calculates the center Doppler bin for a SeaSondeRCS object based on the total number of Doppler bins. The center bin corresponds to the bin representing zero Doppler frequency.
seasonder_computeCenterDopplerBin(seasonder_cs_object, nDoppler)
seasonder_cs_object |
A |
nDoppler |
An integer representing the total number of Doppler bins. |
The center Doppler bin is computed as:
center\_bin = nDoppler/2
where nDoppler is the total number of Doppler bins. This represents
the bin at zero Doppler frequency in a zero-indexed system. Since R uses
one-based indexing, users might observe an offset when comparing the output
of this function to CODAR's Radia Suite programs.
A numeric value representing the center Doppler bin. The calculation assumes zero-based indexing from CODAR data files, but note that R uses one-based indexing, which may result in differences compared to CODAR's Radia Suite outputs.
seasonder_getSeaSondeRCS_MUSIC_nDopplerCells
to retrieve the number
of Doppler cells from a SeaSondeRCS object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.