-
shexianzhuizong
利用射线追踪的原理实现模型的正演,模拟出地震记录(Ray tracing using the principle of forward implementation model to simulate the seismic records)
- 2013-12-26 15:08:39下载
- 积分:1
-
media_value_filter
图像传输过程中,经常会受到各种噪声的干扰,本程序采用中值滤波来减小噪声。(In the process of image transmission,
there will be various noise
interference always,this program is to reduce noise based on median filter method
)
- 2011-04-19 15:06:30下载
- 积分:1
-
lssvm
实现最小二乘支持向量机编程,训练样本有97个,测试样本10个,还带自身的sig2和gam的优化(Realization of least squares support vector machine programming, there are 97 training samples, 10 samples tested, but also with their own gam sig2 and optimization)
- 2015-02-05 11:48:11下载
- 积分:1
-
多种群遗传算法
说明: 多种群遗传算法的函数优化算法,通过多个种群之间的相互交流,加强遗传算法的寻优能力(The function optimization algorithm of multi population genetic algorithm strengthens the optimization ability of genetic algorithm through the mutual communication of multi population)
- 2019-10-24 10:31:58下载
- 积分:1
-
matlab7
Matlab 7 教程 全书电子版 练习源码可copy
- 2012-09-21 05:56:55下载
- 积分:1
-
optimization
matlab实现的各种优化算法,包括牛顿-拉普森,牛顿-梯度下降等。(matlab optimization algorithm, including newton-raphson, newton-gredient and so on.)
- 2014-12-23 16:12:34下载
- 积分:1
-
spinfilter
针对条纹图中的随机散斑噪声,编制旋滤波程序,能够去除散斑噪声的影响,同时不损害条纹信息。(Fringe pattern for the random speckle noise, the preparation of spin filtering procedures to remove the speckle noise, while not jeopardizing the fringe information.)
- 2008-02-10 22:28:02下载
- 积分:1
-
wavelet_based_signal_detecting
基于小波分析的检测电力电子系统中电系统故障(WAVELET BASED SIGNAL DETECTION)
- 2013-04-05 20:00:08下载
- 积分:1
-
yichuansuanfa
说明: 遗传算法进行线性规划优化,可用于多个方面(Linear programming optimization of genetic algorithm can be used in many areas)
- 2011-04-06 21:27:05下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1