-
imHistogram
image histrogram for noise reduction
- 2010-09-29 21:46:37下载
- 积分:1
-
4.ppt
用MATLAB进行区间估计与线性回归分析的ppt课件,希望对大家有用(Carried out using MATLAB interval estimation and linear regression analysis ppt courseware, hope for all of us)
- 2009-09-11 19:56:32下载
- 积分: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
-
BUFFER
实现buffer.h中的各个缓冲类的函数
(Implementation of the various buffer buffer.h a function of class)
- 2009-12-18 14:20:32下载
- 积分:1
-
GaborFeature
Gabor变换属于加窗傅立叶变换,Gabor函数可以在频域不同尺度、不同方向上提取相关的特征。另外Gabor函数与人眼的生物作用相仿,所以经常用作纹理识别上,并取得了较好的效果。(Gabor transform is windowed Fourier transform, Gabor functions in the frequency domain at different scales and different directions to extract relevant features. Gabor function and other biological effects similar to the human eye, so often used as a texture on the identification, and have achieved good results.)
- 2011-09-09 14:22:42下载
- 积分:1
-
有效集
用有效集方法求解一般凸二次规划问题的Matlab 程序(The Matlab program for general convex quadratic programming is solved by using effective set method.)
- 2018-05-23 10:34:36下载
- 积分:1
-
coh_all
Find all cohere method
- 2009-03-20 20:39:51下载
- 积分:1
-
newton_lagrange
在matlab r2010a环境下编写的newton-lagrange算法,可以求解约束优化问题,程序返回目标函数值及拉格朗日乘子。(In matlab r2010a environment prepared newton-lagrange algorithms can solve constrained optimization problems, the program returns the value of the objective function and Lagrange multipliers.)
- 2013-07-18 01:44:15下载
- 积分:1
-
FEM_Matlab
本书采用matlab codes 详细介绍了有限元的编程和应用(this book introduces the finite element method in matlab codes)
- 2013-10-15 02:37:56下载
- 积分:1
-
Jakes
信道衰弱代码,其中包括信道模型simulink仿真(Weak channel code, including the channel model simulink simulation)
- 2011-11-10 14:44:22下载
- 积分:1