-
MatlabFiles
This folder or any similar folder such as this created to hold your speech files, should be copied into the root folder C: , created on the local hard drive. Then the path will read thus C:SpeechDataTope... etc. An alternative is to modify the file setTemplates.m to change the directory as appropriate.
Try to use the same microphone for training as well as for recognition to obtain improved accuracy. You might also need to tweak your sound card s mic input level.
The recognition time is dependent on systems s processing power and has been observed at between 1 and 5 seconds on various x86 platforms. To speed up recognition, you can implement unconstrained DTW (this is the code portion taking most time).
- 2010-11-26 15:30:54下载
- 积分:1
-
pm_estimate
利用周期图法对序列的功率谱进行估计。数据窗采用汉明窗。假设在白噪声中分辨这三个不同频率的正弦信号,其相位是均匀分布在2PI的独立随机变量,而 是一个单位白噪声.生成50个长度为N=512的 的样本序列集合。
(use map cycle sequencing method of the power spectrum estimation. Data window using Hamming window. Assume that the white noise to differentiate between the three different frequency sinusoidal signal, its phase is uniformly distributed in the PI two independent random variables. but a flat white noise. Generating 50 length N = 512 samples of the sequence set.)
- 2007-03-08 21:57:39下载
- 积分:1
-
7
说明: 这是一个多种群遗传算法的函数优化算法的matlab代码。(This is a function optimization algorithm based on multi-population genetic algorithm.)
- 2019-07-08 17:09:19下载
- 积分:1
-
Matlabtuxiangchuliyujiemianbianchengbaodianyuanm
matlab图像处理与界面编程宝典源码,内附源码。(matlab image processing and interface programming canon source, enclosing the source.)
- 2010-06-08 10:48:02下载
- 积分:1
-
Qlearningcar
Simulink 控制VR环境中的小车。小车有5个距离传感器,能够慢慢学会避开墙壁和障碍物。小车采用加强学习(Q learning),采用神经网络对Q函数逼近。由于使用了模拟退火,小车在开始的时候会经常撞击障碍物,10次后基本就不会再撞了。
小车的外观模型使用了"w198406141"在本论坛的虚拟现实区发布的VR模型。(VR environment Simulink control car. There are 5 car distance sensor, can gradually learn to avoid walls and obstacles. Car used to enhance learning (Q learning), using neural networks Q function approximation. As the use of simulated annealing, the car will start when the regular crash barrier, 10 times the fundamental will no longer hit. The appearance model used car " w198406141" in this forum area of virtual reality VR model release.)
- 2010-05-20 20:30:10下载
- 积分:1
-
duplex
用于建模数据分集。计算各样本点的欧式距离,首先将距离最大的两个点放入第一个样本集,接着将余下距离最大的两个点放入第二个样本集,依次计算,将剩余数据点分别放入上述两个样本集。( This algorithm starts by selecting the two points furthest from each other (euclidean distance) and puts them both in a first set. Then the next two points furthest from each other are put in a second set, and the procedure is continued by alternatively placing pairs of points in the first or second set. For calibration applications, the second set can be the test set, and the calibration would be the concatenation of the first set plus the remaining samples.)
- 2012-11-02 09:18:58下载
- 积分:1
-
PSO-RBF
粒子群算法(PSO)优化的径向基函数(RBF)神经网络算法(Radial basis function (RBF) neural network algorithm optimized by particle swarm optimization (PSO) algorithm)
- 2021-04-12 14:38:57下载
- 积分:1
-
GA_P_Median
P_Median问题的GA算法,采用了专门的编码方案,耗时段,结果精确(the GA algorithm of the P_Medium problem)
- 2012-04-18 22:24:38下载
- 积分:1
-
Levenberg_Marquardt
Levenberg-Marquardt 算法的 Matlab 实现,附例子代码(Levenberg-Marquardt Algorithm implement in Matlab. )
- 2013-05-18 19:58:28下载
- 积分:1
-
程序
说明: 在一个六边形区域内生成服从泊松过程的一定数量的点(Generating a certain number of points obeying Poisson process in a hexagonal region)
- 2020-07-04 08:00:02下载
- 积分:1