Skip to contents

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.

Usage

seasonder_getSeaSondeRCS_MUSIC_DopplerSpectrumResolution(seasonder_cs_object)

Arguments

seasonder_cs_object

A SeaSondeRCS object containing the data and parameters for MUSIC analysis.

Value

A numeric value representing the adjusted Doppler spectrum resolution.

Details

The function performs the following steps:

  1. Retrieves the base Doppler spectrum resolution using seasonder_getDopplerSpectrumResolution.

  2. Obtains the Doppler interpolation factor using seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation.

  3. 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.