Test Dual-Bearing Solutions Using MUSIC Algorithm
Source:R/SeaSondeRCS_MUSIC.R
seasonder_MUSICTestDualSolutions.Rd
This function applies a sequence of tests (P1, P2, and P3) to validate dual-bearing solutions derived using the MUSIC algorithm. The tests evaluate the quality of solutions based on eigenvalue ratios, signal power ratios, and covariance matrix power ratios.
Value
The updated SeaSondeRCS object with validated dual-bearing solutions and recorded processing steps.
Details
The function applies the following sequence of tests:
P1: Eigenvalue Ratio Test:
Evaluates the ratio between the largest and second-largest eigenvalues.
P2: Signal Power Ratio Test:
Validates the ratio of signal powers for dual-bearing solutions.
P3: Signal Matrix Power Ratio Test:
Checks the ratio of diagonal to off-diagonal powers in the covariance matrix.
Each test updates the MUSIC solutions in the input object, marking solutions that fail the tests as "single." The function also logs the start and end of the testing process as part of the object's processing steps.