필터 지우기
필터 지우기

Spectrum.music VS pmusic

조회 수: 8 (최근 30일)
Bob Li
Bob Li 2012년 1월 9일
Hi,
In MATLAB there are two methods/functions for spectral estimation using the MUSIC algorithm: 1. spectrum.music (object method) 2. pmusic (function)
And according to http://www.mathworks.com/help/toolbox/signal/ug/f12-6587.html, under table titled “Spectral Estimation Methods/Functions”, they are both functions for implementing MUSIC algorithm.
I would like to know if there is any difference with these two functions in their algorithm and output?
Bob

채택된 답변

Wayne King
Wayne King 2012년 1월 9일
Hi Bob, the major difference is that one is a function pmusic() and the other is an object. It is an "older" type MATLAB object, UDD as opposed to MCOS.
There are a couple other minor differences in terms of supported syntaxes. For example, pmusic() can work on an autocorrelation matrix (a positive definite matrix), etc.
  댓글 수: 1
Bob Li
Bob Li 2012년 1월 9일
Wayne,
I see it, thanks for the answer.
Bob

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

ANDRIAMANANTENA Laza
ANDRIAMANANTENA Laza 2013년 8월 23일
Hello everyone, I have a question about pmusic () function. In fact, I am working on a problem of locating sound source correlated. And I need this function to estimate the time delay of two signals from two different sensors. Until now I do not know how to begin with this function. I can not show satisfactory results.
''How to buid a pseudo spectrum methode''.?
Thanks

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by