-
CreateGauss_Matlab
该文件含有高斯信号产生的完整代码,用matlab编写的,并含有详细的注释,另外还有两个小波基的使用的详细注解(This file contains the complete code for the Gaussian signal is generated, using matlab, and contains detailed notes, in addition to the use of two small Porgy detailed comments)
- 2013-11-11 16:29:03下载
- 积分:1
-
minconSimpSearch2
在做复合形法优化时,用到《精通MATLAB最优化设计》一书中的复合形法程序,发现做其他例题时运行不了。去掉bug后,改进如下,如果你遇到同样问题,不妨下来试试。如果你没有Funval.m,可以将程序中的Funval函数换成subs(In doing complex method optimization, use the " Mastering MATLAB Optimization Design," a book of complex method program, found other examples can not do when running. After removing the bug, improvements are as follows, if you encounter the same problem, we might try it. If you do not Funval.m, the program can be replaced by a function of Funval subs)
- 2014-01-16 11:13:46下载
- 积分:1
-
Desktop
室内环境射线跟踪算法研究,这是对室内环境建模(Indoor Environment Research ray tracing algorithm, which is modeled on the indoor environment)
- 2014-02-23 20:57:04下载
- 积分:1
-
ForWaRD
(ForWaRD)Fourier-Wavelet Regularized Deconvolution的完整MATLAB代码,内包括相应文献,该方法用去复原图像,去模糊。((ForWaRD) Fourier-Wavelet Regularized Deconvolution of the complete MATLAB code, which includes the corresponding literature, the method used up recovery images, go fuzzy.)
- 2010-08-22 18:27:44下载
- 积分:1
-
processMotion
matlab编写的处理地震波的程序,主要把多行多列的地震波转成单列的(matlab is processing the sesmic wave)
- 2012-04-30 20:24:36下载
- 积分:1
-
probability-distributions
风险过程概率分布数值算法,金融预测,计算数值的比较
(probability distributions)
- 2011-09-11 12:10:26下载
- 积分:1
-
baiguangyanshe
白光衍射很好的matlab仿真程序,可以运行实现的。(Bai Guangyan shoot good matlab simulation program can be run to achieve.)
- 2013-11-12 10:48:34下载
- 积分:1
-
GA1
优化遗传算法系列中的第一种优化遗传算法,只需要该参数即可。(Genetic Algorithm Optimization of the first in a series of genetic algorithm to optimize only the parameters need to be.)
- 2009-06-13 13:31:08下载
- 积分:1
-
acquisition
滑动相关捕获算法的实现,希望和大家分享,和大家一起进步提高(Capture of sliding correlation algorithm, and we hope to share with everyone progress to improve)
- 2014-11-14 15:30:39下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1