-
chap9
《MATLAB图像处理实例详解》源代码 第9 章( MATLAB image processing example explanation Source Code Chapter)
- 2014-12-16 16:33:59下载
- 积分:1
-
bpnnet
用BP网络完成函数的逼近 P网络通常有一个或多个隐层,隐层中的神经元均采用sigmoid型变换函数,输出层的神经元采用纯线性变换函数。本例应用一个两层BP网络来完成函数逼近的任务,其中隐层的神经元个数是5。(network to be completed by BP function approximation P networks usually have one or more hidden layer, a hidden layer neurons are used sigmoid-type transformation function, the output layer neurons using pure linear transformation function. The application of a two-tier cases BP network function approximation to complete the task, hidden layer neuron number is 5.)
- 2005-06-28 01:13:15下载
- 积分:1
-
speaker-recognition
mfcc用于求取训练样本的特征值,其需要melbankm和enframe两个程序。
enframe用于将语音分帧,melbankm用于产生mel三角滤波器组,vqlbg用于获取说话人码书,disteu程序用于计算两个矩阵间的距离,(mfcc strike eigenvalues for the training sample, which requires melbankm and enframe two procedures. enframe for the voice of the frame, melbankm used to produce the triangular mel filter bank, vqlbg codebook is used to get people talking, disteu procedures used to calculate the distance between two matrices,)
- 2013-12-19 10:22:58下载
- 积分:1
-
DVHop
无线传感器网络中距离无关的定位算法DVHOP的简单程序,有注释,可调试。(Wireless sensor network localization algorithm DVHOP from unrelated simple program, there are notes, can be debugged.)
- 2013-08-25 15:51:43下载
- 积分:1
-
SCMA
说明: 华为的5G非正交多址(NOMA)方案SCMA的仿真(Huawei's 5G non-orthogonal multiple access scheme SCMA simulation)
- 2017-10-25 19:32:07下载
- 积分:1
-
Matlab-FinishedOne
针对夹杂有白噪声的正弦信号的功率谱估计仿真(Mixed with white noise for sinusoidal signal simulation of the power spectrum estimation)
- 2010-05-30 10:51:44下载
- 积分:1
-
power_svc_pss
powersystem fault analysis of power_svc_pss
- 2011-06-18 18:15:20下载
- 积分:1
-
PIDchap1_21
改进的微分先行PID控制算法仿真源程序。
适用于输入信号跳变剧烈的场合,避免骤升或骤降时引起的系统震荡。(Improved differential forward PID control algorithm simulation source.
Applied to the input signal transitions dramatic occasions, to avoid swells or sags caused when the system oscillation.)
- 2013-08-04 17:11:04下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1
-
SerialPort
利用串口或者蓝牙的通信方式将采集到的心电数据绘制成波形,并与matlab混合编程实现小波分析(Using serial or Bluetooth communication will be collected ECG data plotted waveform, and Hybrid Programming with matlab wavelet analysis)
- 2010-08-30 10:05:51下载
- 积分:1