Default Parameters for MUSIC Algorithm
Source:R/SeaSondeRCS_MUSIC.R
seasonder_defaultMUSIC_parameters.RdThis function returns the default parameters for the MUSIC algorithm used in the SeaSondeR package.
Details
The default parameters are:
40: Threshold used in
seasonder_MUSICCheckEigenValueRatio.20: Threshold used in
seasonder_MUSICCheckSignalPowers.2: Threshold used in
seasonder_MUSICCheckSignalMatrix.20: Threshold used in
seasonder_MUSICCheckBearingDistance.
See also
seasonder_MUSICTestDualSolutions to understand the parameters in context.
Examples
# Retrieve default parameters
params <- seasonder_defaultMUSIC_parameters()
print(params)
#> [1] 40 20 2 20