View source: R/SeaSondeRCS_MUSIC.R
seasonder_getSeaSondeRCS_MUSIC_DopplerSpectrumResolution | R Documentation |
This function calculates the Doppler spectrum resolution adjusted by the Doppler
interpolation factor for a given SeaSondeRCS
object. The adjustment ensures
that the spectrum resolution reflects the impact of interpolation applied in the
MUSIC analysis.
seasonder_getSeaSondeRCS_MUSIC_DopplerSpectrumResolution(seasonder_cs_object)
seasonder_cs_object |
A |
The function performs the following steps:
Retrieves the base Doppler spectrum resolution using seasonder_getDopplerSpectrumResolution
.
Obtains the Doppler interpolation factor using seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation
.
Divides the base resolution by the interpolation factor to compute the adjusted resolution.
This adjustment is critical for accurately interpreting MUSIC data in cases where Doppler interpolation has been applied.
A numeric value representing the adjusted Doppler spectrum resolution.
seasonder_getDopplerSpectrumResolution
to retrieve the base Doppler spectrum resolution.
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.