-
imcorr
基于相关的模板匹配算法的Matlab实现,表示出了相应的匹配区域(Template matching algorithm based on the correlation of the Matlab implementation, expressed the corresponding matching region)
- 2010-05-30 05:24:16下载
- 积分:1
-
matlab
On MATLAB in communication system application
- 2011-06-08 15:23:35下载
- 积分:1
-
NelinSys_BSD
example of matlab,optimization method which is used with different model.it will be useful for whom they want to learn Matlab by themselves
- 2009-09-18 15:18:37下载
- 积分:1
-
OFDM_SNR_offset
模拟OFDM系统,根据不同的信噪比,测试误码率(Simulated OFDM system, according to different signal to noise ratio, bit error rate test)
- 2010-08-13 12:36:00下载
- 积分:1
-
IIR
基于matlab的IIR滤波器设计源代码,仿真结果完全正确。(The IIR filter design based on matlab source code, the simulation results is correct.)
- 2010-11-04 11:11:09下载
- 积分:1
-
HMT
说明: 基于MATLAB环境下的HMT隐马尔克夫树模型参数训练代码母函数(Based on the MATLAB environment HMT parameters hidden Markov tree model training code generating function)
- 2008-09-19 15:07:50下载
- 积分:1
-
matlab-courseware
matlab课件,主要介绍matlab的基本用法(matlab courseware)
- 2013-03-03 23:52:42下载
- 积分:1
-
OpenCV-Cookbook
OpenCV 2 Computer Vision
Application Programming
Cookbook
- 2015-01-08 21:08:53下载
- 积分:1
-
bss
unified model of bss
- 2012-12-02 12:31:41下载
- 积分:1
-
matlabtosolve
基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~
下面说明一下bprengong程序:
数据分别用来训练和测试两部分。
具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。
在训练阶段,如果用于训练的输入训练样本的类别标号为i(即语音数据的标号),则训练时设第i个节点的期望输出设为1。其余节点期望输出均为0。
在识别时,当一个未知类别的样本作用到输入端时,考查各输出节点的输出,并将这个样本的类别判定为输出值最大的那个节点对应的类别。
(err)
- 2008-04-16 16:07:34下载
- 积分:1