Retrieve Radial Velocities for MUSIC Doppler Bins
Source:R/SeaSondeRCS_MUSIC.R
seasonder_getSeaSondeRCS_MUSIC_BinsRadialVelocity.Rd
This function calculates the radial velocities for MUSIC Doppler bins based on the given SeaSonde cross-spectral object.
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.