-
imagerestoration
说明: 这个是做模糊图像处理的一些例子,以及代码。各种方式去噪去模糊(This is to do some examples of fuzzy image processing, and code. Denoising a variety of ways to fuzzy)
- 2011-03-21 17:45:38下载
- 积分:1
-
multipath4
多径理解4,理解多径对信号的影响 ,(four multi-path understanding, understanding of the multi-path signals and understanding of the multi-path signals,)
- 2007-03-30 19:01:12下载
- 积分:1
-
MATLAB
MATLAB的实际应用,求最短路径,配有实际的程序(The practical application of MATLAB, the shortest path with the actual program)
- 2012-07-15 16:26:09下载
- 积分:1
-
WIRELESSCOMMUNICATIONS
斯坦福大学的Andrea Goldsmith写的经典之作!适合研究生及以上学历人阅读!(Stanford University Andrea Goldsmith to write! For graduate students or above to read!)
- 2010-06-01 16:08:37下载
- 积分:1
-
gain-koefisien
gain coefficient for erbium dopped fiber amplifier
- 2012-09-29 21:19:55下载
- 积分:1
-
HMM ??
hand write recognition using HMM matlab
- 2017-12-01 00:05:46下载
- 积分:1
-
fit_ellipse
最小二乘法椭圆拟合
fit_ellipse( x,y,axis_handle )
x,y为坐标点
适用于一般方程哦。好用(Least squares ellipse fitting fit_ellipse (x, y, axis_handle) x, y for the coordinates of points applicable to the general equation Oh. Use)
- 2009-02-04 14:52:20下载
- 积分:1
-
10.1.1.94.1528
speckle noise removal research paper
- 2011-01-26 16:20:32下载
- 积分:1
-
Ppmread
说明: 基于MATLAB的源码程序,用来实现读取PPM格式的图像(MATLAB-based source program to read PPM format image)
- 2010-03-16 21:38:37下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1