-
sglib-master
Implement and investigate into stochastic Galerkin methods with a special focus on tensor product methods.
- 2015-03-24 23:03:39下载
- 积分:1
-
rosenbrock
最优化中的检验算法,适合初学者,本程序由matlab编写(Optimization of the test algorithm, suitable for beginners)
- 2015-11-29 09:31:56下载
- 积分:1
-
KSVD_test
MATLAB环境中的KSVD字典学习,可以用于信号特征的分析,学习。(The KSVD dictionary MATLAB environment study, can be used for the analysis of characteristics of signal.)
- 2016-06-04 22:10:22下载
- 积分:1
-
zfft1
ZFFT轨道信号上应用的一些文档,这些文档是从诸多文档中挑选出来的,很有参考价值。分两次上传。其中一次包括ZFFT的MATLAB实现。(The application of the track signal ZFFT some documents, these documents are from a number of selected documents, a good reference. From two. One MATLAB, including the realization of the ZFFT.)
- 2009-05-15 21:27:32下载
- 积分:1
-
dtti
这是一个DTI(扩散张量图像)工具软件,对实现DTI图像分析和开发有着重要的价值.(This is a DTI (diffusion tensor imaging) tools for achieving the DTI image analysis and development has an important value.)
- 2009-01-08 12:00:03下载
- 积分:1
-
Swarm_Robot_Project_Simulator_environment1
机器人编队仿真程序,采用人工势场法,可以实现编队,避障等功能。(Robot formation simulation program)
- 2021-04-27 14:38:44下载
- 积分: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
-
Aperture_Effeciency_GUI_Even_only
This MATLAB code plot the aperture efficiency Vs the subtended angle. The user enter the value of n (2,4,6 or 8) and the code will plot and tell what is angle value that achieves max efficiency and the value of this efficiency.
- 2011-05-26 16:17:56下载
- 积分:1
-
vblast
对VBLAST的几种常见的算法(zf,mmse,sic,zf/mmse_sic,osic,sqrd)分别进行了编程仿真(On several common algorithms VBLAST (zf, mmse, sic, zf/mmse_sic, osic, sqrd) simulation program were carried out)
- 2021-04-18 03:48:52下载
- 积分:1
-
time
该程序对信号进行时域分析,包括求有效值,画时域图形等(The program is the signal time-domain analysis, including seeking the valid values for paintings domain graphics)
- 2012-06-17 17:16:26下载
- 积分:1