-
Hidden_Markov_model_for_automatic_speech_recogniti
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the sources listed below for
a theoretical description of the algorithm. KF Lee (2) offers an
especially good tutorial of how to build a speech recognition system
using hidden Markov models.
- 2007-10-26 19:01:21下载
- 积分:1
-
ica
fastica算法,去除眼电,实现对脑电的去噪处理(fastica algorithm to remove the EOG)
- 2020-09-20 15:17:53下载
- 积分:1
-
Logistic
混沌在加密方面的典型应用,不错的报告。。。。(Typical applications of chaos in the encryption, good report..)
- 2013-02-08 11:47:34下载
- 积分:1
-
AQUILA
AQUILA Self consistnet Poisson Schrodinger solver
- 2015-02-21 05:07:35下载
- 积分:1
-
IA_LD
IA_LD是用免疫优化算法(immune algorithm)解决物流配送中心选址(Logistics and Distribution)的问题。文件打开后运行IA_LD.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(IA_LD is immune optimization algorithm (immune algorithm) to solve the logistics distribution center location (Logistics and Distribution) problem. Run IA_LD.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:25:55下载
- 积分:1
-
两用户NOMA仿真
说明: 基础noma仿真程序,适合初期学习用,实现两用户(Basic noma simulation program, suitable for initial learning, to achieve two users)
- 2020-11-16 19:59:40下载
- 积分:1
-
xiaobo
对图像进行多级小波分解、重构。可用于提取图像的背景噪声(Multi-level image wavelet decomposition and reconstruction. Can be used to extract image background noise)
- 2010-08-12 16:46:10下载
- 积分:1
-
single_Z_source
single_Z_source是单相Z源逆变器的仿真,里面包括SPWM控制策略。(single_Z_source is single-phase Z-source inverter simulation, which includes SPWM control strategy.)
- 2011-06-23 19:33:02下载
- 积分:1
-
lyapunov1
分型计算李雅普诺夫指数的一个程序,可以参考(Typing a program Lyapunov exponent calculation, reference)
- 2014-02-25 21:23:26下载
- 积分:1
-
BasicMotionVectorEstimation
运动估计块匹配算法
以下是工程中m文件的简单注释:
main.m 可通过主函数调用各种基本的块匹配算法
FullSearch.m 全搜索法(又称为Exhaustive Search)
ThreeStepSearch.m 三步搜索法(Three Step Search)
NewTSS.m 新三步搜索法(New Three Step Search Algorithm)
SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
FourSS.m 四步搜索法(Four Step Search)
DS.m 菱形搜索法(Diamond Search)
ARPS.m 自适应路径搜索法(Adaptive Root Pattern Search)
costFuncMAD.m 绝对误差均值函数
minCost.m 宏块间代价最小块
motionComp.m 图像重建
imgPSNR.m 计算图像的PSNR值(Block matching motion estimation algorithm The following is a simple project m file comments: main.m calls through the main function of basic block matching algorithm FullSearch.m full search method (also known as the Exhaustive Search) ThreeStepSearch.m three-step search method (Three Step Search) NewTSS.m new three-step search method (New Three Step Search Algorithm) SESTSS.m simple and efficient three-step search method (Simple And Efficient TSS) FourSS.m four-step search method (Four Step Search) DS. m diamond search method (Diamond Search) ARPS.m adaptive path search method (Adaptive Root Pattern Search) costFuncMAD.m mean absolute error between the cost of the function minCost.m macroblock most small motionComp.m calculated image reconstruction imgPSNR.m image PSNR value)
- 2010-07-22 18:26:52下载
- 积分:1