登录
首页 » matlab » MUSIC

MUSIC

于 2021-04-13 发布 文件大小:24785KB
0 248
下载积分: 1 下载次数: 530

代码说明:

  基于麦克风阵列的声源定位一维music算法源代码(Based on the microphone array beamformer one-dimensional music algorithm source code)

文件列表:

MUSIC程序
.........\基本MUSIC和ESPRIT程序
.........\.....................\ESRIT.mat
.........\.....................\juzhenshuESPIT.m
.........\.....................\juzhenshuESPRIT.m
.........\.....................\LS_ESPRIT.m
.........\.....................\music_1.m
.........\.....................\music_2.fig
.........\.....................\Rmusic1.m
.........\.....................\Rmusic2.m
.........\.....................\rootmusic.m
.........\.....................\rootmusic2.m
.........\极化敏感MUSIC算法仿真程序
.........\.........................\完全极化
.........\.........................\........\estimation_2_DOA.m
.........\.........................\........\only_fangweijiao_estimation.fig
.........\.........................\........\only_fangweijiao_estimation.m
.........\.........................\........\SP1.fig
.........\.........................\........\SP11.fig
.........\.........................\........\SP111.fig
.........\.........................\........\SP2.fig
.........\.........................\........\SP22.fig
.........\.........................\........\SP222.fig
.........\.........................\........\SP3.fig
.........\.........................\........\SP33.fig
.........\.........................\........\SP333.fig
.........\.........................\........\SP4.fig
.........\.........................\........\SP44.fig
.........\.........................\........\SP444.fig
.........\.........................\........\程序说明及遇到的问题.txt
.........\.........................\部分极化
.........\.........................\........\Partial_Polarization_2_DOA_estimation.m
.........\.........................\........\Partial_Polarization_2_DOA_Line_Signal_estimation.fig
.........\.........................\........\Partial_Polarization_2_DOA_NOT_Line_Signal_estimation.fig
.........\.........................\........\Partial_Polarization_only_fangweijao.fig
.........\.........................\........\Partial_Polarization_only_fangweijao.m
.........\.........................\........\程序说明及问题.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • speechRHMM
    HMM语音识别的matlab程序,举了1-9几个数字的例子,对语音识别的程序进行了验证(HMM Speech Recognition program, cited the example of figures 1-9, the speech recognition process was validated)
    2012-04-01 11:05:33下载
    积分:1
  • PESQ 用于质量评估 ITU提供了代码
    PESQ是用于语音质量评估的一种方法,ITU提供了代码(P.862 : Perceptual evaluation of speech quality (PESQ): An objective method for end-to-end speech quality assessment of narrow-band telephone networks and speech codecs)
    2020-06-19 00:00:02下载
    积分:1
  • SpeechRec
    基于DTW算法实现的语音识别程序,可以识别数字0 9,以及“正弦波,方波,三角波”,并将波形识别结果装入TXT文件中!(DTW algorithm based on speech recognition program that can recognize digits 0 to 9, and sine, square, triangle, and waveform recognition result is loaded into a TXT file!)
    2015-12-06 19:32:24下载
    积分:1
  • yuchuli
    一种用于语音或者心音去噪和提取包络的预处理方法,对于后面信号处理更加方便(A method for denoising and extract voice or heart sounds envelope pretreatment method, the signal processing is more convenient for the latter)
    2013-10-30 14:32:33下载
    积分:1
  • HMMforspeechrecogntion
    一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理(An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welch based re-estimation and Viterbi algorithm involved in HMM. it helps much better understand the HMM algorithm and its application for speech recogntion. )
    2010-01-05 15:16:00下载
    积分:1
  • lmsfilter
    LMS自适应滤波器的matlab源码 文件大小不够,所以加了个图(LMS adaptive filter matlab source code file size not enough, so the addition of a map)
    2007-10-31 21:32:52下载
    积分:1
  • ABSE
    熵值越大则每个符号包含的平均信息量越大。有研究发现,在有噪声的语音信号中,语音信号的熵和噪声信号的熵存在着较大的差异,对噪声信号来说在整个频带内分布相对平坦,熵值小,语音信号集中在某些特定频段内,熵值大。因此利用这个差异可以区分噪音段和语音段。(The greater the entropy is, the greater the average information of each symbol is. It is found that, in noisy speech signals, the entropy of speech signals and the entropy of noise signals are quite different. For noisy signals, the distribution is relatively flat in the whole frequency band, and the entropy value is small. The speech signal is concentrated in some specific frequency bands, and the entropy value is large. So the difference can be used to distinguish the noise segment and the speech segment.)
    2020-11-02 21:29:54下载
    积分:1
  • HHT
    台湾国立中央大学开发的EMD-HHT算法,其中,EMD-HHT的创始人为该中心的主任.(EMD-HHT IS SPECIALLY DESIGNED FOR PROCESSING NONSTATIONARY AND NONLINEAR SIGNALS. IT CAN DECOMPSE SIGNALS AND THEN RECONSTRUCT SIGNALS ACCORDING TO SOME CRITERIA. AFTER THE PROCESS, SIGNALS WOULD HAVE HIGH SIGNALTO NOISE RATIO. IT HAS BEEN APPLIED TO VARIOUS TYPES OF SINALS FROM INDUSTRY AND ACHIEVED GREAT SUCCESS. IT EVOLVES FROM THREE SOURCES: FRANCE SCIENTIST G RILLING, MATLAB FILE EXCHANGE CENTRE BY MR TAN AND TAIWAN NATIONAL CENTRAL UNIVERSITY CENTRE.)
    2009-04-24 11:59:08下载
    积分:1
  • duoxinhaofenli
    多信号分离MUSIC的经典学习程序 对初学者帮助很大(it is a baisc and useful code of the multiple signal classfication for the beginners.)
    2013-09-11 20:32:20下载
    积分:1
  • speech recognition with DTW
    基于DTW算法实现孤立数字及连续数字语句的识别,识别率还可以(内含语音数据集)(Based on DTW algorithm, isolated number and continuous number statements can be recognized, and the recognition rate can also be (including voice data set))
    2019-05-17 15:27:28下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载