-
song
用matlab进行语音合成,用到matlab GUI编程,界面友好。本人课程设计作品,希望对各位有所帮助。(Using matlab for speech synthesis, using matlab GUI programming, user-friendly. I curriculum design works, you want to be helpful.)
- 2009-03-06 21:24:09下载
- 积分:1
-
ECG
心电信号仿真,利用多个三角波、正弦波叠加模拟心电信号波形(ECG simulation using multiple triangle wave, sine wave superimposed simulated ECG waveforms)
- 2020-09-09 14:58:04下载
- 积分:1
-
dft_in_matlab_using_fft_1594
Discrete Fourier Transform in MATLAB
- 2010-12-27 22:24:39下载
- 积分:1
-
kMeansCluster
K均值聚类算法,可用于预先定义好种类数的样本聚类(K means clustering algorithm)
- 2011-04-23 17:17:12下载
- 积分:1
-
c
说明: 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)
(Write a function, the input n is even, the function call seeking 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer function))
- 2011-07-18 09:28:07下载
- 积分:1
-
demo_NR3bus
牛顿下展法的应用,可以解决power system中估值的问题,程序中是3相Power 的应用(Newton method under application development, you can solve the problem in the valuation of power system, the program is a three-phase Power Applications)
- 2014-11-05 12:49:30下载
- 积分:1
-
chapter1_10
Modern wireless device have sleep mode which greatly reduce the duty cycle of the power supply.Consider the effect of different duty cycles and transmit times to see the wide range of battery lifetimes one may expect before recharging.
results is being plotted of battery lifetime as a function of the duty cycles & duration of the wake up mode.
- 2013-10-07 22:36:13下载
- 积分:1
-
matlabsp
matlab下数字信号处理实现实例,对初学者很说是很好的教材,包括源码实现(digital signal processing under matlab realize examples, for beginners it is good teaching materials, including source code to achieve)
- 2008-03-26 14:52:49下载
- 积分: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
-
Normalized_LMS
归一化的LMS算法(the LMS algorithm)
- 2005-01-19 09:24:59下载
- 积分:1