View source: R/SeaSondeRCS_MUSIC.R
seasonder_getSeaSondeRCS_MUSIC_BinsRadialVelocity | R Documentation |
This function calculates the radial velocities for MUSIC Doppler bins based on the given SeaSonde cross-spectral object.
seasonder_getSeaSondeRCS_MUSIC_BinsRadialVelocity(seasonder_cs_object)
seasonder_cs_object |
A SeaSondeRCS object representing the cross-spectral data structure. It contains necessary metadata and Doppler frequency information. |
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.
A numeric vector containing the radial velocities corresponding to each MUSIC Doppler bin.
seasonder_getSeaSondeRCS_MUSIC_DopplerBinsFrequency
,
seasonder_computeBinsRadialVelocity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.