Skip to contents

This function calculates the interpolated number of Doppler cells for the MUSIC data in a given SeaSondeRCS object. It applies a Doppler interpolation factor to the original number of Doppler cells.

Usage

seasonder_getSeaSondeRCS_MUSIC_nDopplerCells(seasonder_cs_object)

Arguments

seasonder_cs_object

A SeaSondeRCS object containing metadata and configurations related to MUSIC data processing.

Value

An integer representing the number of Doppler cells adjusted by the Doppler interpolation factor.

Details

The function performs the following steps:

  1. Retrieves the total number of Doppler cells using seasonder_getnDopplerCells.

  2. Retrieves the Doppler interpolation factor using seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation.

  3. Multiplies the number of Doppler cells by the interpolation factor to compute the interpolated number of Doppler cells.

See also

seasonder_getnDopplerCells to obtain the base number of Doppler cells. seasonder_getSeaSondeRCS_MUSIC_doppler_interpolation to retrieve the Doppler interpolation factor.