-
code
matlab仿真通过的降噪程序,提供c语言实现的各种降噪算法。还包括对椒盐噪声有很好抑制作用的一组新算法。(matlab simulation of the noise reduction process through the provision of a variety of c language to achieve noise reduction algorithm. Also includes a very good inhibition of salt and pepper noise of a new algorithm.)
- 2009-05-03 17:08:54下载
- 积分:1
-
numericalanalysis
编写的数值分析相关源程序(bisection method,微分),大家一块互相学习。(bisection method)
- 2011-06-13 17:41:32下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
GenAlgo
GENETIC ALGORITHM FOR OPTIMAL LOAD FLOW
- 2014-08-18 00:15:36下载
- 积分:1
-
dem apsk
Matlab code for ASPK demodulator. Please note that use 16 or 32 APSK and demodulate by amplitude first and phase after.
- 2011-04-29 03:39:02下载
- 积分:1
-
fisher-face
用于lda特征脸提取,可以调整参数,选取特征向量(Lda feature extraction for face, you can adjust the parameters, select the feature vector)
- 2011-05-04 01:14:07下载
- 积分:1
-
matlab-draw-curve
matlab绘制多种二维数据曲线图,三维曲线图,图像处理及动画制作。(matlab draw a variety of two-dimensional data graph, 3D graph, image processing and animation.)
- 2012-07-04 22:27:54下载
- 积分:1
-
restore
具体是基于MATLAB环境下,在图像恢复中进行维纳滤波恢复方法和盲去卷积恢复的设计,不过有一个.M文件,同时也包括几张图像。(Image restoration process in the Wiener filter)
- 2009-05-16 00:26:04下载
- 积分:1
-
-xDC-introduce.odt.tar
本人根据公司手册 自己总结的xdc这个模块的介绍以及具体作用 同时包含如何使用这个模块的一些例子 以及这些例子的理解(a good introduce to xdc)
- 2014-10-24 23:02:17下载
- 积分:1
-
CannyEdgeDetection
performs canny edge detection algorithm using matlab platform
- 2013-10-23 21:02:56下载
- 积分:1