-
chazhi
用matlab编程求解三样条差值函数,并给出了相关解析值(Programming using matlab to solve the three spline difference function, and gives the relevant analytical values)
- 2010-09-05 14:35:44下载
- 积分:1
-
image-filter
自然图像中往往含有大量噪声,这些噪声可能服从一定的统计规律,因此可以采用顺序统计方法,对这些噪声加以剔除。(naturalimages always have lots of noise,and the noise may obey some statistical regularity,so we can use order statistic to get rid of the noise.)
- 2011-05-10 15:39:42下载
- 积分:1
-
arqr
QR factorization for least squares estimation of AR model.
- 2013-01-25 20:10:40下载
- 积分:1
-
xiaobofenxi
小波工程主要包括一两部分:一、连续小波分析的应用,二、离散小波分析的应用。下面分两个部分分别说明这两个程序的分析结果:
一、连续小波分析:
所用信号为自己构造的三角波和正弦波叠加的信号:s=(-1).^(floor(n/50)+1).*(mod(n,50)-25)*2-(-1).^(floor(n/17)+1).*(mod(n,17)-8.5)*3+1*cos(n/2)*10。其中第一项(-1).^(floor(n/50)+1).*(mod(n,50)-25)*2为一周期为100的锯齿波,第二项-(-1).^(floor(n/17)+1).*(mod(n,17)-8.5)*3为一周期为34的锯波,第三项为一周期为4*pi正(余)弦波。另外叠加了一幅度为5的噪音信号。
程序包包含程序与说明文档。(Wavelet works mainly consists of two parts: first, the application of continuous wavelet analysis, II, Discrete Wavelet Analysis.)
- 2010-05-06 18:04:59下载
- 积分:1
-
purecmaes
Covariance Matrix Adaptation CMA-ES
- 2013-02-08 20:56:17下载
- 积分:1
-
zhengtaihanshu
正态函数的正查反查,可以自己设置标准差与平均值
(Normal function is to check the anti-investigation, can set the standard deviation and mean)
- 2013-02-11 20:50:46下载
- 积分:1
-
Circle
Matlab圆弧插补,只要给定起点与终点,半径,设点圆心方向以及顺逆时针方向即可实现插补(Matlab circular interpolation, given the starting point and end point, radius, set the direction of the point of the center as well as Shun counterclockwise to achieve interpolation)
- 2013-03-29 00:19:00下载
- 积分:1
-
queue_emulator
说明: 这是一个基于M/M/S类型的排队论仿真程序。M/M/S表示到达时间为负指数分布,服务时间为负指数分布,服务设备数量为S个的排队系统。
(1)到达模式:严格意义上讲是一个接着一个到达,而且到达时间间隔服从参数为mean_arr的负指数分布;
(2)服务模式:服务台的数量为server_num,且每个服务台服务一个顾客的服务时间服从参数为mean_serv的负指数分布;
(3)排队规则:满足先进先服务,服务快的先离开的规则。
(This is a based on the M/M/S types of queuing theory simulation program. M/M/S said time of arrival of the negative exponential distribution and service time for the negative exponential distribution, service equipment for the number of S-queuing system. (1) mode of arrival : a strict sense is a one followed arrived, but the inter-arrival time parameters mean_arr obey the negative exponential distribution; (2) mode : The number of help desk server_num. with each help desk services a customer service parameters mean_serv obey the negative exponential distribution; (3) queuing rules : first meet advanced services, the first to leave fast rules.)
- 2006-04-30 11:02:49下载
- 积分:1
-
newton
牛顿法求解minf(x)=x1^3+x2^3-3(x1+x2)初始点x=(6,4)精度为0.05。可运行出结果,程序清晰,算法明确。(Newton method for solving min f (x) = x1 ^ 3+ x2 ^ 3-3 (x1+ x2) the initial point x = (6,4) accuracy of 0.05.It can run out the results 。 it s program is clear, and
it s algorithm is explicit .)
- 2012-02-15 14:29:38下载
- 积分:1
-
MATLAB智能算法30个案例分析(第2版)
说明: 这是MATLAB智能算法30个案例分析(第2版)的code部分,内容详实,有兴趣学习基于matlab只能优化算法的可以参考,里面主要有遗传算法、粒子群算法、模拟退化算法等的演示。(This is the code part of the 30 case analysis (second edition) of MATLAB intelligent algorithms. The content is detailed. If you are interested in learning based on matlab, you can only optimize the algorithm. You can refer to it. There are demonstrations of genetic algorithm, particle swarm algorithm, simulation degradation algorithm, etc.)
- 2020-07-10 07:17:45下载
- 积分:1