Retrieve the Adjusted Doppler Spectrum Resolution for MUSIC Analysis
Source:R/SeaSondeRCS_MUSIC.R
seasonder_getSeaSondeRCS_MUSIC_DopplerSpectrumResolution.Rd
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.
Details
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.
See also
seasonder_getDopplerSpectrumResolution
to retrieve the base Doppler spectrum resolution.
seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation
to retrieve the Doppler interpolation factor.