View source: R/SeaSondeRCS_MUSIC.R
seasonder_MUSICInitDOASolutions | R Documentation |
This function initializes the data structure for storing Direction of Arrival (DOA) solutions calculated by the MUSIC algorithm.
seasonder_MUSICInitDOASolutions()
The function returns a list containing two sub-lists, one for "single"
solutions and another for "dual"
solutions:
"single"
: Contains placeholders for single DOA solutions:
bearing
: The bearing angle (NA_real_
by default).
a
: The complex steering vector (NA_complex_
by default).
P
: The power spectrum value (NA_complex_
by default).
"dual"
: Contains placeholders for dual DOA solutions:
bearing
: The bearing angle (NA_real_
by default).
a
: The complex steering vector (NA_complex_
by default).
P
: A 2 x 2 complex matrix initialized to NA_complex_
.
A list with initialized placeholders for "single"
and "dual"
DOA solutions.
seasonder_MUSICInitCov
for initializing covariance matrices.
seasonder_MUSICInitProjections
for initializing projection matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.