MUSIC: how to choose eigenvalue threshold? #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When implementing the MUSIC algorithm, we have to choose a threshold, such that eigenvectors corresponding to eigenvalues smaller than the threshold are considered to be part of the noise subspace (otherwise is part of the signal subspace).
How should I choose the value for the treshold?
I added a histogram of the eigenvalues to the visualiser for this, which should help with choosing the right value