MATLAB: How can i get the exact peak point on music algorithms

espritmusicPhased Array System Toolboxrmse

I've simulated DOA MUSIC algorithm. suppose given 30, 60 and 70 in degrees. how can i get the estimated angles in music algorithm?

Best Answer

Not sure I understand exactly what you question, are you saying you have a MUSIC spectrum and want to find the peak location? If so, you can use findpeaks function.
Alternatively, if you have access to Phased Array System Toolbox, there is an off the shelf MUSIC algorithm to use. See the reference page below
HTH