seasonder_defaultMUSIC_parameters {SeaSondeR} | R Documentation |
Default Parameters for MUSIC Algorithm
Description
This function returns the default parameters for the MUSIC algorithm used in the SeaSondeR package.
Usage
seasonder_defaultMUSIC_parameters()
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
.
Value
A numeric vector containing the default parameters for the MUSIC algorithm:
c(40, 20, 2, 20)
.
See Also
seasonder_MUSICTestDualSolutions
to understand the parameters in context.
Examples
# Retrieve default parameters
params <- seasonder_defaultMUSIC_parameters()
print(params)
[Package SeaSondeR version 0.2.8 Index]