seasonder_MUSICTestDualSolutions {SeaSondeR} | R Documentation |
Test Dual-Bearing Solutions Using MUSIC Algorithm
Description
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.
Usage
seasonder_MUSICTestDualSolutions(seasonder_cs_object)
Arguments
seasonder_cs_object |
A SeaSondeRCS object containing MUSIC solutions and related data. |
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.
Value
The updated SeaSondeRCS object with validated dual-bearing solutions and recorded processing steps.
See Also
seasonder_MUSICCheckEigenValueRatio
, seasonder_MUSICCheckSignalPowers
,
seasonder_MUSICCheckSignalMatrix
, seasonder_setSeaSondeRCS_ProcessingSteps