-
NSGA-II
NSGA-II源程序,用于求解多目标优化问题,是对NSGA在非支配集构造方法,维持解分布性策略等方面进行的改进。(NSGA-II source code for multi-objective optimization problem, NSGA is a non-dominated set in the constructor, maintenance solutions and other aspects of the distribution strategy of improvement.)
- 2010-11-10 13:01:13下载
- 积分:1
-
digfilt
数字滤波器设计程序,对各种滤波器设计,参数,原理进行了纤细说明(Digital filter design program, a variety of filter design parameters were slim that the principle)
- 2010-11-23 19:23:27下载
- 积分:1
-
BlockShrink
The code performs the Neighblock wavelet thresholding method for image denoising
- 2011-01-31 16:58:43下载
- 积分:1
-
working-code-h264
Matlab code for h.264 encoding. Its based on operation on I and P frames. Best working code.
- 2014-02-16 10:48:44下载
- 积分:1
-
uwb_sv_params
SIMULATION FOR uwb_sv_params
- 2012-12-02 06:45:08下载
- 积分:1
-
imnoise
用matlab 实现的 噪声添加函数代码。(Matlab implementation of the noise used to add function code.)
- 2009-04-04 21:49:57下载
- 积分:1
-
cs-code
Sparse Recovery Experiments with Sparse Matrices
- 2011-09-02 12:19:27下载
- 积分:1
-
Toa
TOA GUI in matlab. The program is use when a appropriate location of a mobile station must be determinate. RMS algorithm
- 2013-01-24 21:31:47下载
- 积分:1
-
possion_new
泊松分布的产生及验证泊松分布的小程序,用置信区间验证是否是泊松分布(Possion sequence generation and judgement)
- 2011-12-27 21:33:32下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1