-
00
说明: 一段波束形成的小程序,用matlab实现(Beamforming for some small procedures, using matlab to achieve)
- 2007-12-04 00:36:57下载
- 积分: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
-
PCA_face222
主成分分析(PCA)算法是用于简化数据的一种技术,对于某些复杂数据就可应用主成分分析法对其进行简化。
- 2010-06-02 15:41:47下载
- 积分:1
-
dbf2
针对16阵元的均匀直线阵,使用MVDR算法和DREC两种方法分析方向图性能,DREC法进行特征值分解,大特征值对应的特征向量构成信号子空间。(For 16 array element uniform linear array, eigendecomposed MVDR algorithm using two methods and DREC pattern analysis performance, DREC method, large eigenvalues eigenvectors corresponding signal subspace.)
- 2015-04-16 20:29:07下载
- 积分:1
-
Kalman
MATLAB实现Kalman滤波,注释详细,对Kalman滤波过程有详尽的解释,是初学者入门进阶的好程序(MATLAB implementation Kalman filtering, detailed notes on the Kalman filtering process has a detailed explanation on entry Advanced beginners are good procedures)
- 2009-03-04 08:53:25下载
- 积分:1
-
fuzzycmeans
fuzzy c means clustering
- 2009-10-13 11:15:18下载
- 积分:1
-
prime
一是利用计算机对正整数进行素因子分解认识素数,通过运用筛法与试除法寻找一定范围内的素数,体会到筛法比试除法有效但无法找出所有素数;二是通过若干特殊形式的素数的研究,寻找素数生成公式,发现一些结论;三是借助于非线性拟合技术,观察素数分布规律,利用其研究有关数论问题。(The first computer was used to prime factor decomposition of positive integers understanding of prime numbers, through the use of screening method and trial division to find prime numbers within a certain range, the division experienced a test of an effective screening method but can not identify all the prime numbers second is through a number of special form of prime numbers research, looking for prime number generation formula, found that some of the conclusions third, by means of non-linear fitting technique to observe the distribution of prime numbers, using their research on number theory problems.)
- 2009-12-29 01:04:50下载
- 积分:1
-
ConDistill
多组分连续精馏的matlab程序(化工应用实例),可参考(Multicomponent continuous distillation matlab program (chemical application instance), refer to the)
- 2012-10-28 11:11:08下载
- 积分:1
-
ADMM
一个简单的优化案例。求解下面的带有等式约束和简单的边框约束(box constraints)的优化问题: minx,y(x?1)2+(y?2)2s.t.0≤x≤3,1≤y≤4,2x+3y=5(A simple optimization case. To solve the following with equality constraints and simple edge constraint optimization problem (box constraints): Minx, y (x - 1) 2+ (Y - 2) 2s.t.0 = x = 3,1 = y = 4,2x+3y=5)
- 2020-11-10 17:39:46下载
- 积分:1
-
657
This is a matlab code and is a beneficial source code about dwt
- 2014-12-28 10:01:02下载
- 积分:1