-
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
-
Kernel-Recursive-Least-Squares
递归核最小二乘算法,来至MIT大学的wingate教授,含6个源码,有实例!(dict_init.m- Part of the dictionary implementation used by KRLS algorithm. Can stand alone.
dict.m- Part of the dictionary implementation used by the KRLS algorithm. Can stand alone.
krls_init.m- Kernel recursive least squares initializer.
krls.m- Main KRLS function. Repeatedly called with new data points.
krls_query.m- Query the resulting estimator.
krls_example.m- An example script showing the different parts. )
- 2012-12-29 22:57:52下载
- 积分:1
-
BA
本人通过用matlab仿真,实现了BA无标度网络,非常实用的程序(I by matlab simulation to achieve a BA scale-free network, a very practical program)
- 2014-11-04 11:57:06下载
- 积分:1
-
PI_hamane
说明: régulateur pi pour la MAS
- 2010-04-26 02:23:28下载
- 积分:1
-
2011420
这是一个简单的卡尔曼滤波的matlab仿真程序(This is a simple Kalman filter matlab simulation program)
- 2011-04-20 15:27:05下载
- 积分:1
-
communication-theory(MATLAB)
此代码配套著名教材《通信原理》(樊昌信),有利于初学者更好理解通信原理(This code supporting well-known textbook "Communication Theory" (Fan Changxin), will help beginners to better understand communication theory)
- 2011-10-20 22:44:09下载
- 积分:1
-
volt-battery-component-simulation-
光伏发电matlab仿真 mppt 模型建立
(Photovoltaic power generation matlab simulation the mppt model to establish)
- 2013-04-03 23:11:07下载
- 积分:1
-
compared_two_groupofnumbers
在matlab环境下读取两个txt文档中的内容,并实现两个内容的相似性比较(compare with two groups of int number)
- 2013-11-09 13:55:27下载
- 积分:1
-
FisherFace(matlab)
该内容为fisherface的matlab代码,绝对可以运行,实验的数据库为ORL人脸数据库,并且在代码中很多中文注释,便于理解,为了大家方便,在压缩包中还放了fisherface的原始原始论文和PCA算法的原始论文。希望这些资料对大家有所帮助。(Fisherface matlab)
- 2013-11-22 15:21:37下载
- 积分:1
-
LFM_5filter
对海底杂波进行滤波,滤除其混响部分,原信号为LFM信号(The seabed clutter filtering, filtering part of its reverberation, the original signal is LFM signal)
- 2013-06-18 17:25:37下载
- 积分:1