-
Color_dirct_Diff
彩色含噪图像的复原是一类较难的问题,此处作者编写了一个MATLAB的全变差(TV)图像复原算法,能较好地解决彩色图像的复原问题(Color images with noise is a kind of recovery is more difficult issues, here the author has prepared a MATLAB the total variation (TV) image restoration algorithm, can solve the problem of color image restoration)
- 2009-05-10 20:28:12下载
- 积分:1
-
lsolve
说明: matlab实现矩阵卷积 matlab实现矩阵卷积
(matlab convolution matlab matrix to achieve the realization of the matrix convolution)
- 2008-11-06 13:14:37下载
- 积分:1
-
pID
用MATlab实现的神经算法,比较简单,适用于刚学习粒子群算法的人,大家可以交流一下(MATlab neural algorithm, relatively simple, suitable for people new to the study of the particle swarm optimization (pso) algorithm, we can discuss)
- 2014-09-20 08:45:59下载
- 积分:1
-
wavelet-MATLAB-code
实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第3层的低频系数;重构第1、2、3、4、5层的高频信号;重构原始信号并显示(Achieve the following functions: load signal complete signal single-scale one-dimensional discrete wavelet decomposition reconstructed from the coefficients in the low frequency and high frequency display high-frequency and low frequency restored by the inverse wavelet transform signal multi-layer one-dimensional decomposition extraction coefficient of low frequency and high frequency reconstruction of 3-layer low-frequency coefficients reconstruction of the first layer of high-frequency signal 1,2,3,4,5 reconstruct the original signal and display)
- 2011-11-04 21:50:49下载
- 积分:1
-
ZCR
autocov computes the autocovariance between two column vectors X and Y with same length N using the Fast Fourier Transform algorithm from 0 to N-2.
The resulting autocovariance column vector acv is given by the formula:
acv(p,1) = 1/(N-p) * sum_{i=1}^{N}(X_{i} - X_bar) * (Y_{i+p} - Y_bar)
where X_bar and Y_bar are the mean estimates:
X_bar = 1/N * sum_{i=1}^{N} X_{i} Y_bar = 1/N * sum_{i=1}^{N} Y_{i}
It satisfies the following identities:
1. variance consistency: if acv = autocov(X,X), then acv(1,1) = var(X)
2. covariance consistence: if acv = autocov(X,Y), then acv(1,1) = cov(X,Y)
- 2013-05-26 22:12:50下载
- 积分:1
-
principle_of_communication_Chapter_9
《通信系统仿真原理与无线应用》的matlab()
- 2008-03-11 14:09:57下载
- 积分:1
-
zdkzyl
国家级精品教材胡寿松自动控制原理第5版教学多媒体及MATLAB程序.图文丰富多彩!(Hu Shousong national quality materials 5th edition of Automatic Control Teaching Multimedia and MATLAB. Photo colorful!)
- 2010-11-30 15:45:15下载
- 积分:1
-
work
现代控制原理作业 源程序 供参考 是MATLAB程序 有注释 (Modern control theory job source for reference)
- 2013-01-03 21:54:58下载
- 积分:1
-
Canny-edge-detector-algorithm-matlab-codes
Canny edge detector algorithm matlab codes
This part gives the algorithm of Canny edge detector. The outputs are six subfigures shown in the same figure:
• Subfigure 1: The initial "lena"
• Subfigure 2: Edge detection along X-axis direction
• Subfigure 3: Edge detection along Y-axis direction
• Subfigure 4: The Norm of the image gradient
• Subfigure 5: The Norm of the gradient after thresholding
• Subfigure 6: The edges detected by thinning
- 2014-01-31 11:58:26下载
- 积分:1
-
遗传算法
说明: 遗传算法(Genetic Algorithm,GA)最早是由美国的 John holland于20世纪70年代提出,该算法是根据大自然中生物体进化规律而设计提出的。是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。该算法通过数学的方式,利用计算机仿真运算,将问题的求解过程转换成类似生物进化中的染色体基因的交叉、变异等过程。在求解较为复杂的组合优化问题时,相对一些常规的优化算法,通常能够较快地获得较好的优化结果。遗传算法已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。(Genetic algorithm (ga))
- 2020-08-24 22:51:00下载
- 积分:1