搜索资源列表
voicebox
- matlab的语音处理工作箱,包括分帧,参数计算等等各种功能-The matlab toolbox of speech processing,including enframe, parameter calculating and so on.
getparam
- 在基于hmm的语音识别中计算前向概率,后向概率以及各种参数结构的源代码。-based on voice recognition to the calculation of the probability that after the probability of various parameters of the structure of the source code.
Voice_activity_detection
- 采用能量门限的语音活动端点检测程序,计算复杂度低.-using energy threshold voice activities endpoint detection procedures, low computational complexity.
voice464
- 基于dtw算法的语音识别 1 ENFRAME.M和MELBANKM.M取自voicebox工具箱 2 vad.m实现端点检测 3 mfcc.m计算mfcc参数 4 dtw.m实现DTW算法[训练] dtw2.m实现DTW高效算法 5 testdtw.m测试程序-based speech recognition algorithm and a ENFRAME.M MELBANKM.M from v oicebox Toolbox 2 vad.m ach
exp_001
- 自己用VC编写的一个读取wave文件,并计算短时能量、短时过零率以及自相关函数的程序。所有的计算结果都会显示在程序运行后生成的文本文档中。注意,运行程序时需要修改wave文件路径,在程序中体现为wavefilename字符串指针所指向的内容。-own VC prepared a document reader wave and short-term energy calculation, Short-term rates and zero autocorrelation function pro
MatlabSpeechToolbox
- 本工具箱可配合语音数据库使用,用于计算线性预测语音模型的参数,语音声调转换,语音自动解析分解,语音语速变换及更改发音的重音,音量,清晰度等。配套图书《Speech Processing and Synthesis Toolboxes》已经出版,翻译进行中! -the Toolbox can be used with voice database used in the calculation of linear prediction model parameters voice, Voice
Wordsegmentation2
- NLP技术实现,对语料库进行自动统计生成分词词典,对训练集进行分词,列出所有的分词可能并计算每种可能的概率。请使用者自行加入语料库和测试集。-NLP technology to automatically Corpus Health Statistics ingredients dictionary, the training set for segmentation, list all the sub-term may calculate the probability of each pos
cep_mark
- 语音信号的倒谱计算程序,通过倒谱的计算能更好的提取基音和共振峰信息-voice signals cepstrum calculation procedure for the adoption of the cepstrum better terms from the pitch and formant information
hhspectrum
- 关于希尔伯特黄频谱的计算程序,提取的频谱信息可用于语音识别、故障检测等。-on Hilbert Huang spectrum calculation procedures to extract information of the spectrum can be used for voice recognition, fault detection.
adpow
- 一个小程序,通过声卡来采集音频数据,然后计算分贝值-a small procedure for the adoption of sound card to collect audio data, and then calculate the value of decibels
voicesong
- 计算一段语音文件的语谱图,画出图形有利于观察。-calculation of a voice document Spectrogram paint graphics to observe.
hmm_plusdemo
- HMM在Matlab下的程序,包括源文件和Demo以及Hmm相似度的计算程序-HMM in Matlab, the following procedure including the source documents and Demo Hmm similarity and the computational procedures
SPECTRUM_LMS
- 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPE
det(C++)
- 计算误识率——拒识率曲线(VC++) 应用于说话人识别系统中。-calculation error rate -- reject rate curve (VC) for speaker recognition system.
voicedetect
- 本平台包括语音的录制、播放、保存以及情感计算等功能,您可以根据自己的需要选择选择相应的菜单。 对于语音情感计算这个模块,如果您有现成的语音文件,您可以单击打开按钮,打开您要判断的语句,然后选择相应的功能。 如果您打开的是正常语音文件,请选择清浊分辨,然后再进行特征参数和情感计算;如果您打开的是鼾声,请选择鼾声分辨,并输入您想要的判别门限,然后再进行特征参数等的计算;如果您没有选择上面两个按钮,计算出来的将是原始语音的特征参数。 由于清浊音分辨是我们语音情感计算的预处理,所以如
equ
- LMS算法的训练滤波器,均衡滤波处理,硬判决,包括:1训练,2均衡处理,3判决并计算误码-training filter, filter balanced, hard decision, including : a training and two balanced, 3 judgment and calculation error
EMDprogram
- 经验模式分解程序(简称EMD),在某些情况下比WAVELET TRANSFORM 和STFT分析效果要好,就是计算很费时间!-Empirical Mode Decomposition (EMD), In some cases than WAVELET TRANSFORM STFT analysis and better results. Computing is a great time!
计算广义分形维数的matlab源程序
- 计算广义分形维数的matlab源程序
计算声音信号的总声压级
- 计算声音信号的总声压级,1/3/倍频程声压级,总响度,特性响度,尖锐度,Calculation of the total sound pressure level of the voice signal, 1/3/octave sound pressure level, the total loudness, loudness characteristics, acute severe
过零率计算源代码
- 语音端点的检测,不能只以能量的大小进行检测。人声和周边噪音,都可能拥有足够的能量,因此单独能量无法准确检测端点。而过零率在这一点上,则可以起到很大的效果。因此,端点检测时,过零率是不可以缺少的。(Adding zero crossing rate, can accurate detect. Human speech has more zero crossing rate.)