-
chaoliu1
一个计算3节点的电力系统潮流计算程序,请指教(matlab)
- 2010-03-08 13:59:46下载
- 积分:1
-
LMS123456
自适应滤波中最常见的滤波算法,LMS算法,适用于初学者(Adaptive filtering is the most common filtering algorithm, LMS algorithm, suitable for beginners)
- 2014-11-20 10:53:17下载
- 积分:1
-
pso-4
经典粒子群算法的matlab实现。用函数进行测试实验,并给出算法寻优迭代的效果图(Classical PSO algorithm matlab. Experiments with test functions, and gives an iterative optimization algorithm renderings)
- 2014-02-18 16:21:20下载
- 积分:1
-
实验6
说明: 利用matlab的GUI功能编写的用于图像处理的代码。包括灰度化/对数指数变换/加噪声/平滑滤波/锐化/几何变换等。(Using the GUI function of MATLAB to write the code for image processing. Including graying / logarithmic exponential transformation / noise / smooth filtering / sharpening / geometric transformation, etc.)
- 2020-05-15 15:23:15下载
- 积分:1
-
TP_Ondelettes
Evaluate the multi-variate density with mean vector m and covariance
matrix C for the input vector x.
- 2012-03-22 05:56:20下载
- 积分:1
-
evolution-game-matlab
一个演化博弈的小程序。非常有用。用matlab写的,非常非常有用。(a evolution game thoery simulation,a matlab program,it s very useful.really usefull,really really usefuly. kao,20 zifu?)
- 2013-09-08 14:26:05下载
- 积分:1
-
xihao_yu_xitong
《信号与系统》计算机练习·《信号与系统》计算机练习:利用MATLAB_7.0()
- 2008-05-12 20:49:15下载
- 积分:1
-
CBIR
Code for Content based image retrieval
- 2014-09-06 19:29:46下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
Imagesharpening
用matlab实现图像锐化功能的程序代码(Image sharpening using matlab function code)
- 2009-06-02 23:04:41下载
- 积分:1