Python Implementation of MUSIC Algorithm

조회 수: 17 (최근 30일)
Sachin  Konan
Sachin Konan 2016년 6월 23일
댓글: Le Khanh Nam 2019년 3월 12일
Is there any Python implementation of the MUSIC Algorithm? I am a Python user and am interested in using the MUSIC Algorithm, but I can't find any support for it.
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 6월 23일
This is not a MATLAB question. The related MATLAB question that you did post at http://www.mathworks.com/matlabcentral/answers/291488-music-function-in-music-algorithm is waiting for a response from you.

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

답변 (1개)

Geoff Hayes
Geoff Hayes 2016년 6월 23일
Sachin - perhaps you can look at the python code found at https://github.com/yump/doamusic. According to the readme, the Doamusic is a python library that implements the MUltiple SIgnal Classification (or MUSIC) algorithm for direction of arrival estimation as described by R.O. Schmidt.
  댓글 수: 2
Sachin  Konan
Sachin Konan 2016년 6월 23일
Thanks for the response, I checked out that library and it is for direction of arrival estimation not for Frequency estimation. Plus I think that the input data matrix is a matrix of values for that of a phased array antenna, but I only have a vector of values.
Le Khanh Nam
Le Khanh Nam 2019년 3월 12일
Hi there! Did you find the music algorithm frequency estimation python code? I am now having the same interests in it but I did not find any support. If you had found something please share it with me, if you can, of course. Thank you!

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

Community Treasure Hunt

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

Start Hunting!

Translated by