搜索资源列表
speech_recognize(hmm)
- 工具:ultraedit32 说明:汇总了经典hmm各种算法源码及相关语音系统设计实现的代码。-tools : ultraedit32 : hmm summary of the various classical algorithm source code and related system design to achieve Speech codes.
LMSwithUncorrelatedCaussiandata
- 本文是关于LMS算法在非相关的高斯噪声下的收敛性!希望对大家有用-paper on the LMS algorithm in the non-Gaussian noise under the Convergence! We hope to useful
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
jiyinjiancesuanfa
- 用于DSP5509芯片的基音检测算法,其中包括I2C初始化、配置,内存初始化,基音检测算法等相关程序。-DSP5509 chip for the pitch detection algorithm, including I2C initialization, configuration, Memory Initialization and pitch detection algorithm, and other related procedures.
DECMMSE
- 解相关DEC和MMSE误码率曲线对比,包含LMS算法,以及硬判决-decorrelation DEC and MMSE BER curves contrast, contains LMS algorithm, and the hard decision
LMS
- LMS自适应滤波算法是很常见的滤波算法。本代码包括常用的LMS自适应滤波算法,如基本LMS算法,解相关LMS算法,滤波型LMS算法,变换域LMS算法等。
030523
- 基音频率#89: <=>?@ABCDEA:CF?>EG@EA H(I& 是语音信号一个非常重要的特征参数\"而传统的基 频检测算法#89: <BE:E :9=ACFJ=>9:<D KL2(M%\"’N大 都运用了自相关或互相关计算等计算复杂度很高的 方法\"而且分帧计算所得到的结果实际上是各帧内 基频的平均值\"这使得大多数算法不能精确地指出 任意时刻的基频\"因此\"如何在保证检测精度的前提 下\"能够找到更为高效和鲁棒的方法仍然
LMSsuanfa
- LMS算法的实现,有相关权值的加权计算。
LMS2
- LMS相关的算法的实现,加权,序列组合。
c-coefficent
- 对于清浊音判决的组合系数算法,使用了自相关函数与LPC参数相结合的办法,本代码求出了该算法的判决函数C-coefficent。祥见于俊凤的《基于组合参数的清浊音判决方法》。
DTW算法C语言程序,孤立词语音识别
- DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
chapter6_1
- 用自相关法求使信号s均方预测误差为最小的预测系数 算法为Levinson-Durbin快速递推算法 -Method using the signal from the associated mean square prediction error s for the smallest prediction coefficient algorithm Levinson-Durbin recursive algorithm for fast
Pitch Detect (AMDF_Viterbi_matlab)
- 语音相关,matlab编写的基因检测程序,采用了AMDF及Viterbi算法。
speech
- 用verilog HDL实现自相关算法! RTL级可综合代码! 通过modelsim5.6仿真和quartusii7.1综合!-Verilog HDL using auto-correlation algorithm to achieve! RTL-level code can be integrated! Through simulation and modelsim5.6 integrated quartusii7.1!
code
- 语音篡改检测的相关源码。通过EM算法进行检测-The relevant source voice tamper detection
test
- 关于特性检测的循环相关算法,基于am加噪声的情形-About characteristics of the cyclic correlation detection algorithm, based on the circumstances am add noise
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
PitchExtractingNewMethodforMixedSpeechesBasedonMul
- 基于分频带自相关函数的混叠语音基频分离提取新算法 -Based on the sub-band auto-correlation function of the fundamental frequency of voice-alias A New Algorithm for Extraction
voice-box-GMM
- 语音处理GMM相关算法,1.计算概率密度并画出高斯混合模型,2.计算边际,条件混合高斯密度,3估计两个GMM模型的Kullback-Leibler divergence。-GMM relating to speech processing algorithms.1,to calculate probability densities from or plot a Gaussian mixture model.2,marginal and conditional Gaussian mixture
语音增强方法
- 系统介绍了语音增强相关知识及相关算法总结,对语音增强算法的应用有简单介绍(This paper introduces the speech enhancement related knowledge and related algorithm summary, and gives a brief introduction to the application of speech enhancement algorithm)