-
With-cross-factor-particle-swarm
一种智能优化算法-带交叉因子的粒子群优化算法(With cross factor particle swarm)
- 2013-09-01 17:35:13下载
- 积分:1
-
nup_PVcell
this is a simulation of a PV cell having VOC as 0.665V and Ioc as 2 A. its modeled on mathematical equations using sim powersystems in matlab.
- 2013-02-07 14:57:45下载
- 积分:1
-
battery
matlab/simulink光伏电池模块(matlab/simulink PV model)
- 2014-09-17 17:10:25下载
- 积分:1
-
My-TSP-code-in-matlab
implementation of TSP problem in matlab
- 2012-06-11 21:41:18下载
- 积分:1
-
contourlet_toolbox
contourlet工具包,属于超小波分析里头的contourlet变换的m文件(contourlet kits are super wavelet analysis inside the contourlet transform m file)
- 2013-12-13 16:30:24下载
- 积分:1
-
RespirationPatternAnalysis
GMM PARAMETERS AN BE EASILY IMPLIMENTEED USING EM TECHNIQUE.EVENTHOUGH THIS MODEL IS COMPLEX ,E XPECTATION MAXIMAISATION FINDS AN EASYWAY TO CALCULATE THE PARAMETERS IN AN EFFICIENT WAY.
- 2015-04-17 09:58:43下载
- 积分:1
-
Kalmanfiltersgps
一个老外编的卡尔曼滤波的matlab程序,内有详细说明,英文(A foreigner series of Kalman filter matlab program, there are detailed instructions in English)
- 2010-08-12 23:32:18下载
- 积分: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
-
FLch2bzsheg2
系统辨识及其MATLAB仿真,白噪声产生程序(System Identification and MATLAB simulation, white noise generator)
- 2013-11-13 15:48:50下载
- 积分:1
-
hrkew
ICA(主分量分析)算法和程序,阵列信号处理的高分辨率估计,随机调制信号下的模拟ppm,有信道编码,调制,信道估计等,主要为数据分析和统计,模式识别中的bayes判别分析算法,虚拟力的无线传感网络覆盖,有较好的参考价值。( ICA (Principal Component Analysis) algorithm and procedures, High-resolution array signal processing estimates, Random ppm modulated analog signal under Channel coding, modulation, channel estimation, Mainly for data analysis and statistics, Pattern Recognition bayes discriminant analysis algorithm, Virtual power wireless sensor network coverage, There are good reference value.)
- 2016-04-14 21:05:44下载
- 积分:1