-
MaYiICIG-Theory
低秩矩阵与稀疏表示原理,详细的说明了用低秩矩阵与稀疏表示去分离一个有噪声的图像(The low-rank matrix with sparse principle, a detailed description of the low-rank matrix with sparse to isolate a noisy image)
- 2012-05-27 09:34:54下载
- 积分:1
-
matlab-genetic
遗传算法在求解一元函数极值中的应用,可供新手学习、参考(a genetic algorithm is given to solve a simple function’s extremum problem.)
- 2015-02-06 22:19:30下载
- 积分:1
-
huiduzhifangtu
自己编的一些关于图像灰度直方图处理的MATLAB源程序,包括加权距离,累加直方图,欧氏距离,直方图相交法,中心距法共5种方法,可选择适合的选用。(Own some on the image histogram processing MATLAB source code, including the weighted distance, cumulative histogram, Euclidean distance, histogram intersection of law, from the Law Center, five kinds of methods to choose the appropriate selection.)
- 2007-12-29 19:02:49下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
MOGA
用于解决多目标优化问题,是一个很不错的代码,给大家分享一下(MOGA Problem)
- 2012-01-03 16:13:58下载
- 积分:1
-
Mie-scattering-Matlab1
用matlab计算米散射和吸收系数的一些程序(Mie scattering and absorption coefficients calculated by matlab some programs)
- 2020-12-17 09:49:11下载
- 积分:1
-
algebra
现代通信控制理论,该代码详细介绍如何用matlab源程序来判断系统的稳定性与否(Control of modern communication theory, the code details on how to use matlab source code to determine the stability of the system or not)
- 2007-12-11 15:28:05下载
- 积分:1
-
simmg1
Simulation of m/m/1 type queuing process
- 2009-10-31 13:46:31下载
- 积分:1
-
deleteoutliers
This code helps in removing outliers present in image which are left-over of WGN removal process.
- 2011-05-30 02:54:35下载
- 积分:1
-
overlap
重叠保留法是一种改进的循环卷积实现线性卷积的方法,这样能是运算量大大减小(Overlapping circular convolution is to achieve an improved method of linear convolution, this can be computation is greatly reduced)
- 2010-06-06 18:10:00下载
- 积分:1