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:

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]