Select Direction of Arrival (DOA) from MUSIC Algorithm Results
Source:R/SeaSondeRCS_MUSIC.R
seasonder_MUSICSelectDOA.Rd
This function processes the results of the MUSIC algorithm, selects the relevant Direction of Arrival (DOA)
based on the specified retained solution, and updates the corresponding SeaSondeRCS
object with the selected
DOA and updated processing steps.
Value
An updated SeaSondeRCS
object with the selected DOA stored in the MUSIC results and updated processing steps.
Details
The function performs the following steps:
Updates the processing steps to indicate the start of the DOA selection process.
Retrieves the MUSIC algorithm results from the
SeaSondeRCS
object.Maps the retained solution index to the corresponding DOA solution for each entry in the MUSIC results.
Stores the updated MUSIC results, including the selected DOA, back into the
SeaSondeRCS
object.Updates the processing steps to indicate the end of the DOA selection process.
Processing Steps
The function appends the following processing steps to the ProcessingSteps
attribute of the SeaSondeRCS
object:
Start of DOA selection.
End of DOA selection.
See also
seasonder_setSeaSondeRCS_ProcessingSteps
to manage processing steps.
seasonder_getSeaSondeRCS_MUSIC
to retrieve MUSIC results.
seasonder_setSeaSondeRCS_MUSIC
to update MUSIC results.