Skip to contents

This function retrieves the Doppler frequency values corresponding to the specified bin indices in a given SeaSondeR object.

Usage

seasonder_Bins2DopplerFreq(seasonder_cs_object, bins)

Arguments

seasonder_cs_object

A SeaSondeR cross-spectral object containing Doppler bin metadata.

bins

A numeric vector specifying the Doppler bin indices.

Value

A numeric vector of Doppler frequencies (in Hz) corresponding to the specified bins.

Details

This function retrieves the full set of Doppler bin frequencies using seasonder_getDopplerBinsFrequency in non-normalized form. It then selects the Doppler frequencies corresponding to the specified bin indices.

See also

seasonder_DopplerFreq2Bins for the reverse operation. seasonder_getDopplerBinsFrequency for retrieving the full set of Doppler frequencies.