-
yingyong
matlab开发学生成绩管理,比较有启发性。(the development of student achievement management matlab)
- 2009-05-21 20:06:37下载
- 积分:1
-
Essential-MATLAB-for-Engineers-and-Scientists
Essential MATLAB for Engineers and Scientists
- 2011-06-27 04:46:48下载
- 积分:1
-
interference-improvement-for-coginative-power-all
interference improvement
- 2014-10-31 15:47:31下载
- 积分:1
-
ant
蚁群算法,这里只有关键的算法函数,并不包括主函数。其中ACATSP为蚁群算法的关键函数。G2D是一个辅助函数,绝大多数蚁群算法源码不包括这个函数。另外还有一个画图的函数。(ant algrithm)
- 2014-12-11 16:36:58下载
- 积分:1
-
shuzu
数组元素互换Array element swap.(Array element swap)
- 2014-01-28 09:51:32下载
- 积分:1
-
ZFBFprecoding
多用户MIMO系统的一种干扰消除类预编码迫零预编码(ZFBF)(an interference elimination algorithm for multi-user MIMO system-Zero Forcing precoding(ZFBF) )
- 2014-04-23 20:36:38下载
- 积分: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
-
5th-WENO-Matlab-Example
计算流体力学 五阶WENO离散格式Matlab实例(求解波动方程等)
可直接运行(spatially 5th order weno scheme)
- 2020-12-28 16:29:02下载
- 积分:1
-
IQ
说明: 对信号进行IQ处理,是获得复信号的一种手段。文件提供IQ同道处理程序(IQ processing of the signal, which is a means to obtain complex signal. File IQ fellow handler)
- 2012-09-03 18:33:49下载
- 积分:1
-
svm-Concept-and-matlab-build
Support vector machine is a machine learning method that is widely used for data analyzing and
pattern recognizing. The algorithm was invented by Vladimir Vapnik and the current standard
incarnation was proposed by Corinna Cortes and Vladimir Vapnik. This application note is to
helping understand the concept of support vector machine and how to build a simple support
vector machine using Matlab
- 2013-11-19 14:58:22下载
- 积分:1