-
KronD
Given 2 subscripts, j & k, KronD will return 1 if j == k and 0 if j != k.
A very simple function with only a single if-else statement. Saves a bit of typing when the Kronecker Delta is needed.
- 2010-01-27 20:45:55下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
UpSample
This program applies Upsampling on a speech file.
- 2014-01-25 18:59:23下载
- 积分:1
-
multi_scale_edge_detection_
multi-scale egde detection with matlab
- 2014-02-05 14:03:06下载
- 积分:1
-
FNNrealizeMATLAB
说明: 一个MATLAB实现模糊神经网络的程序,希望对大家有帮助(A MATLAB procedure of fuzzy neural network, we want to help)
- 2010-04-03 16:59:58下载
- 积分:1
-
simulink-car
汽车整车模型,matlab可运行仿真,内包括整车动力性模块以及发动机变数箱选择模块。档位选择方式根据驱动力及速度联合判断加减档(Automobile model, matlab can run the simulation, including the vehicle power module and the engine variable box selection module. Gear selection mode according to the driving force and speed of the joint judgment and addition and subtraction)
- 2016-03-14 11:07:19下载
- 积分:1
-
dssMatlab
直接序列扩频通信小程序,希望对大家有所帮助,欢迎下载(Direct sequence spread spectrum communications applet, and they hope to help everyone, welcome to download)
- 2008-05-01 20:53:41下载
- 积分:1
-
FLch3LSeg2
二阶系统的最小二乘一次完成算法辨识程序;主要根据实验室对数据处理的程序改的(A complete second-order system least squares algorithm for identification procedures mainly based on laboratory data processing procedures reform)
- 2010-12-17 15:27:24下载
- 积分:1
-
lvq
学习向量量化神经网络模型与学习算法及MATLAB实现(Learning vector quantization neural network model and learning algorithm)
- 2011-12-01 18:23:00下载
- 积分:1
-
clustering_kmean
Kmeans PLUS abib clustering template and benchmark
- 2014-01-29 16:22:49下载
- 积分:1