Extract and Validate DOA Peaks Using MUSIC Algorithm
Source:R/SeaSondeRCS_MUSIC.R
seasonder_MUSICExtractPeaks.Rd
This function processes a SeaSondeRCS
object to extract Direction of Arrival (DOA) solutions using the MUSIC algorithm
and validates the retained solutions based on the extracted peaks.
Value
An updated SeaSondeRCS
object with the following fields modified:
MUSIC
: Contains the extracted DOA solutions.ProcessingSteps
: Includes a log of the peak extraction process.
Details
The function performs the following operations:
Initializes the peak extraction process and logs the start.
Extracts DOA solutions for each set of projections using
seasonder_MUSICExtractDOASolutions
.Validates and adjusts the retained solution types using
seasonder_MUSICExtractPeaksCheckRetainedSolution
.Updates the
SeaSondeRCS
object with the extracted and validated solutions.Logs the completion of the peak extraction process.
The MUSIC algorithm's implementation follows the theoretical framework outlined by Paolo and Terril (2007), emphasizing the identification of signal directions in HF radar cross-spectra.