-
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
-
window
分别用非参数化谱估计中的直接法,间接法和加窗法对离散随机过程的已零均值化的N个数据样本估计了离散信号的谱密度。(Were non-parametric spectral estimation of the direct method, indirect method and windowing method, discrete stochastic process has zero mean the data of the N-sample estimates of the spectral density of discrete signals.)
- 2010-05-19 16:21:23下载
- 积分:1
-
OFuzzzy_neuran
该代码实现了一中具有补偿的模糊神经网络结构,通过对一个函函数的仿真,能看出,该结构相应快速,输出稳定 已通过测试。
(The code one compensation fuzzy neural network structure can be seen through the simulation of the function of a letter, that the structure of the corresponding speed, output stability has been tested.)
- 2012-05-21 23:40:14下载
- 积分:1
-
Simulink--simulation
1、概述
2、Simulink入门
3、Simulink功能模块
4、创建Simulink模型
5、Simulink 仿真运行
6、Simulink中的S函数
7、自定义模块的模块化与封装(1 Overview 2, Simulink entry 3, Simulink function module 4, create Simulink model 5, Simulink simulation run 6, Simulink S-function in the 7, modular and custom module package)
- 2015-03-23 16:29:53下载
- 积分:1
-
3-point-get-circle
input 3 point get a circle
- 2013-12-11 17:51:27下载
- 积分:1
-
tfrcw
matlab time frequency tfrcw.m
- 2021-04-09 12:19:00下载
- 积分:1
-
jianmoyouzhengguihua
matlab环境下数学建模中邮政规划问题 包含word文档以及源程序(matlab mathematical modeling environment includes word Post planning documents and source code)
- 2011-02-13 21:23:05下载
- 积分:1
-
GPS_RECEIVER_MATLAB_REALIZE
说明: GPS接收机方面的MATLAB程序,有很多gps接收机实现时所用到的函数,很很好的参考,快速掌握GPS接收机实现方法(GPS receiver' s MATLAB program, there are many gps receiver when used to achieve the function, it is a good reference, to grasp the realization GPS Receiver)
- 2021-04-10 11:08:59下载
- 积分:1
-
fuzzy
说明: 模糊控制 很好用的模糊控制,能出波形,希望对大家有帮助(Good use of fuzzy control fuzzy control, to the wave, we want to help)
- 2011-04-01 14:50:22下载
- 积分:1
-
WNL
Matlab 万年历
程序介绍
本程序主要是一个时钟软件,包括一个时钟表和一个日历。程序自动运行时,显示系统当前日期和时间,日期和时间可以由用户自行更改。
二、程序主要构成
本程序由一个主程序myclcok及两个子函数rili和ck。主程序myclcok主要建立主窗口的菜单及相关的功能编辑。rili函数用于建立日历界面,ck函数用于建立时钟界面。(Matlab calendar
Program introduced
This program is a clock software, including a time-clocks and a calendar. Program to run automatically display the current system date and time, date, and time can make changes by the user.)
- 2012-12-31 22:07:10下载
- 积分:1