View source: R/SeaSondeRCS_MUSIC.R
| seasonder_MUSICSelectDOA | R Documentation |
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.
seasonder_MUSICSelectDOA(seasonder_cs_object)
seasonder_cs_object |
A |
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.
An updated SeaSondeRCS object with the selected DOA stored in the MUSIC results and updated 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.
seasonder_setSeaSondeRCS_ProcessingSteps to manage processing steps.
seasonder_getSeaSondeRCS_MUSIC to retrieve MUSIC results.
seasonder_setSeaSondeRCS_MUSIC to update MUSIC results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.