-
quxing
在matlab中进行曲线修改曲线类型的m函数.比较实用,给大家分享!(Matlab curve in the curve of the type of modified m function. More practical to share with you!)
- 2008-01-15 21:46:51下载
- 积分:1
-
1
说明: 蚂蚁TSP算法--用蚁群算法解决旅行商问题(TSP algorithm ant ant colony algorithm to solve traveling salesman problem)
- 2008-07-22 12:05:01下载
- 积分: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
-
wave_guide_TEz
TEz cut off frequency of a metallic waveguide using FDTD
- 2009-09-24 23:35:48下载
- 积分:1
-
mvsa_demo
this is code of the ica algorithm
- 2010-06-24 05:38:46下载
- 积分:1
-
EXMPL_5
最佳升余弦滚降系统的实现及其误码率,比较适合初学者学习,可以更好的理解matlab的编程及其使用(Raised cosine roll-off the best system and the bit error rate, more suitable for beginners to learn, you can better understand the programming and the use of matlab)
- 2009-05-25 21:09:24下载
- 积分:1
-
HHT-Matlab
希尔伯特黄变化的3次matlab编程程序,适合于研究HHT的人(Hilbert-Huang change 3 times Matlab programming, suitable for the study of HHT)
- 2013-04-25 13:31:22下载
- 积分:1
-
Simulink2
动态系统建模方法介绍,学习怎样实现用MATLAB对非线性动态系统的建模(Simulink MATLAB)
- 2010-08-25 14:48:39下载
- 积分:1
-
FDTD_1D
说明: 场区由两个PEC板组成,它们在y和z维度上延伸到无穷大,彼此平行。PEC板之间的空间充满了空气.在问题空间的中心放了一个电流源。(The field area consists of two PEC plates, which extend to infinity in the y and z dimensions, parallel to each other. The space between the PEC boards is filled with air. A current source is placed in the center of the problem space.)
- 2020-06-11 10:02:13下载
- 积分:1
-
windowedtest
加窗程序,包含了各种分析窗,经过调试已经通过!(Windowed program, including a variety of analysis window, after debugging has passed!)
- 2007-10-16 11:40:18下载
- 积分:1