-
C7_3QR
利用MATLAB进行程序C7_3 QR方法的算法(The use of MATLAB to carry out procedures C7_3 QR algorithm)
- 2009-03-17 10:23:23下载
- 积分: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
-
example_11b
一个IEEE802.11b的实用例子,供正在学习的朋友参考。(5.5 Mbps CCK Simulation using specs from IEEE 802.11b, No guarantees and warantees!)
- 2010-05-31 11:27:58下载
- 积分:1
-
EK-UKGMPHD
多目标跟踪,基于EKF,UKF和GMPHD算法,对目标数目,观测量等进行估计(multi-target tracking )
- 2021-04-28 09:38:44下载
- 积分:1
-
mhsx
聚类分析,层次聚类法。样品聚类的最优分割应用程序开发
(Optimal Partition Application Development for Sample Cluster
)
- 2009-10-13 11:41:34下载
- 积分:1
-
MSK
MSK的调制算法和解调算法,大家有需要的可以看一看,参考一下。(MSK modulate/demodulate)
- 2009-12-14 19:15:57下载
- 积分:1
-
mediancut
Color Quantization Techniques
- 2011-04-24 04:25:49下载
- 积分:1
-
Fuzzy-PID
将自适应模糊PID的控制方法应用于电液伺服控制系统中,通过使用MAⅡAB的
FuzzY工具箱对系统建模和仿真计算,并可根据仿真结果在线调整PID参数,对系统进行校
正.(The adaptive fuzzy PID control method is applied to electro-hydraulic servo control system, through the use of MA Ⅱ AB' s FuzzY toolbox on the system modeling and simulation, and can be adjusted according to the simulation results of PID parameters online, the system calibration.)
- 2010-05-29 11:49:07下载
- 积分:1
-
scientific-calculator-through-matlab
用matlab中gui做一个普通的科学计算器,可以参考一下(through Matlab gui,a common scientific calculator was made , you can consult it)
- 2012-04-26 18:19:06下载
- 积分:1
-
power_thermal
matlab下实现研究VSC-HVDC的次同步振荡特性 模型很不好找哦(matlab research under the VSC-HVDC model of sub-synchronous oscillation is 不好找 Oh)
- 2014-09-24 15:12:06下载
- 积分:1