seasonder_getSeaSondeRCS_MUSIC_BinsRadialVelocity {SeaSondeR} | R Documentation |
Retrieve Radial Velocities for MUSIC Doppler Bins
Description
This function calculates the radial velocities for MUSIC Doppler bins based on the given SeaSonde cross-spectral object.
Usage
seasonder_getSeaSondeRCS_MUSIC_BinsRadialVelocity(seasonder_cs_object)
Arguments
seasonder_cs_object |
A SeaSondeRCS object representing the cross-spectral data structure. It contains necessary metadata and Doppler frequency information. |
Details
The function uses the following process:
It retrieves the Doppler bin frequencies using
seasonder_getSeaSondeRCS_MUSIC_DopplerBinsFrequency
.It computes the radial velocities associated with the bins using
seasonder_computeBinsRadialVelocity
.
The computed velocities are returned as a numeric vector, which can be used in subsequent analyses or visualizations.
Value
A numeric vector containing the radial velocities corresponding to each MUSIC Doppler bin.
See Also
seasonder_getSeaSondeRCS_MUSIC_DopplerBinsFrequency
,
seasonder_computeBinsRadialVelocity