seasonder_MUSICInitDOASolutions {SeaSondeR}R Documentation

Initialize Direction of Arrival (DOA) Solutions for MUSIC Algorithm

Description

This function initializes the data structure for storing Direction of Arrival (DOA) solutions calculated by the MUSIC algorithm.

Usage

seasonder_MUSICInitDOASolutions()

Details

The function returns a list containing two sub-lists, one for "single" solutions and another for "dual" solutions:

Value

A list with initialized placeholders for "single" and "dual" DOA solutions.

See Also

seasonder_MUSICInitCov for initializing covariance matrices. seasonder_MUSICInitProjections for initializing projection matrices.


[Package SeaSondeR version 0.2.8 Index]