登录
首页 » matlab » matlabtosolve

matlabtosolve

于 2008-04-16 发布 文件大小:643KB
0 327
下载积分: 1 下载次数: 502

代码说明:

  基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。 在训练阶段,如果用于训练的输入训练样本的类别标号为i(即语音数据的标号),则训练时设第i个节点的期望输出设为1。其余节点期望输出均为0。 在识别时,当一个未知类别的样本作用到输入端时,考查各输出节点的输出,并将这个样本的类别判定为输出值最大的那个节点对应的类别。 (err)

文件列表:

bprengong.m
cfmfcc.m
data
....\test
....\....\s1.wav
....\....\s10.wav
....\....\s11.wav
....\....\s12.wav
....\....\s13.wav
....\....\s14.wav
....\....\s15.wav
....\....\s2.wav
....\....\s3.wav
....\....\s4.wav
....\....\s5.wav
....\....\s6.wav
....\....\s7.wav
....\....\s8.wav
....\....\s9.wav
....\train
....\.....\s1.wav
....\.....\s10.wav
....\.....\s11.wav
....\.....\s12.wav
....\.....\s13.wav
....\.....\s14.wav
....\.....\s15.wav
....\.....\s2.wav
....\.....\s3.wav
....\.....\s4.wav
....\.....\s5.wav
....\.....\s6.wav
....\.....\s7.wav
....\.....\s8.wav
....\.....\s9.wav
demo1.m
demo2.m
demo3.m
ENFRAME.M
lvqrengong.m
MELBANKM.M
melfb.m
mfcc.m
pnnrengong.m
rbfrengong.m
somrengong.m
vad.m
说明.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SimplePower
    It is matlab simulink file that contained a simple model of renewable energy system like wind solar battery. It is useful to see how the system model and how it is demenstrated as a system.
    2009-11-18 01:53:30下载
    积分:1
  • DP-56
    UCP problem solving Using Dynamic Problem by Maninder Kaur and Vikram Kumar
    2013-12-20 19:06:48下载
    积分:1
  • Signals-and-SystemsAnalysis-and-threalization-of-M
    1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第十一章所有程序; 2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释; 3. 程序文件的命名分为以下三种类型: (1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序所在例题的编号。例如,ex0603.m是例6.3的程序,而ex1102.m则是例11.2的对应程序。 (2) 若为书中图形的实现程序,则程序文件名一律以figure开头,后面跟4位数字(前两位表示章号,后两位表示图形序号)表示的该程序所绘图形的编号。例如,figure1203.m是实现图12.3的程序,而figure0710.m则是实现图7.10的对应程序。 (3) 若为函数文件,则直接以函数名命名,例如文件sconv.m即是书中函数sconv()的对应程序。 ()
    2008-06-06 11:42:00下载
    积分:1
  • MIMO
    MIMO系统,BPSK,MQAM通过相关Nakagami信道进行各种分集技术的仿真(MIMO system, BPSK, MQAM related Nakagami channel through the various sub-sets of simulation technology)
    2021-04-27 20:28:44下载
    积分:1
  • PQ
    说明:  本程序为PQ解耦法计算电力系统的常规潮流。该程序简单,易懂,注释详细。(This procedure PQ decoupled method for power system of conventional trend. The procedure is simple, easy-to-understand, detailed notes.)
    2009-03-29 13:13:49下载
    积分:1
  • read
    读取txt文本文件中的数据,然后自动画滞回曲线图!可以区分不同周期,用不同颜色描述!(Txt text file to read the data, then the hysteresis curve from the animation! Can distinguish between different periods, with different color descriptions! )
    2012-01-11 08:18:00下载
    积分:1
  • project
    This code does Decompose the RGB Channels of an Image, and then Halftone it using Jarvis technique and then Re-Assemble it as final Color Image.
    2010-07-10 18:24:59下载
    积分:1
  • SNN-Math5.0
    snn算法 用matlab实现(snn algorithm using Matlab achieve ... ... ... ... ... )
    2020-07-08 15:38:56下载
    积分:1
  • 色度图
    说明:  CIE 1931 色度图系统绘制,无弧形坐标轴与白色奇点,色度分布一般,无温差线,有待改进(CIE 1931 Chromaticity Map System Drawing, No Arc Coordinate Axis and White Singularity, General Chromaticity Distribution, No Temperature Difference Line, Need to be Improved)
    2020-11-09 09:29:47下载
    积分:1
  • AatlabaAllOfTheBook
    《matlab图像处理与界面编程宝典》秦襄培 编著,每章的MATLAB源代码程序 (" Matlab image processing and interface programming Collection" Qin Xiang Pei-ed, each chapter of the MATLAB source code program)
    2010-05-15 20:10:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载