-
ListenAndTell
Simple Math games foe blinds peoples
- 2015-02-26 03:21:45下载
- 积分:1
-
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
-
matlab-junheng
均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
- 2013-08-28 21:52:03下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
array_min
将一个数组合并一个数,并输出最小数,要考虑越界(An array of the merger of a number, and the minimum number of outputs, to consider cross-border)
- 2015-03-20 22:03:19下载
- 积分:1
-
Untitled
matlab绘制阵列正六边形。采用坐标方法。(Draw a regular hexagon array matlab. Using coordinate methods.)
- 2021-01-04 20:48:55下载
- 积分:1
-
SimpleService
How to start or stop a windows NT service.
- 2006-09-27 19:32:17下载
- 积分:1
-
tui
Sun工具箱,在工作中可以帮助你
版本:v.1.0.0.0,还处于测试当中。
(SunBox,it can help you in your works.)
- 2014-08-18 13:32:56下载
- 积分:1
-
vb
是matlab中对bp理论的源代码 通过此代码 只需输入原始数据 通过计算可以得到 预期的输出结论(the cold for matlab)
- 2013-12-19 19:28:44下载
- 积分:1
-
reprojection
基于块投影的图像恢复算法,matlab程序(denoise)
- 2010-12-09 01:26:45下载
- 积分:1