-
ex4_5
基于matlab的椭圆型低通滤波器设计程序(Based on matlab elliptic low-pass filter design)
- 2009-03-17 13:13:49下载
- 积分:1
-
Feature-point-extraction
数字 图像处理特征提取 非常详细,推荐学习下载(Feature point extraction with matlab performance)
- 2013-01-06 19:50:42下载
- 积分:1
-
skin
skin color segmentation
- 2012-04-25 22:15:39下载
- 积分:1
-
Delphi-and-Matlab
Delphi与Matlab混合编程,在Delphi中调用Matlab文件(Delphi and Matlab. Matlab files being called in Delphi)
- 2013-10-19 19:33:52下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
mybatis
里面是关于mybatis的基本介绍已经附带的demo。(Inside is a basic introduction to mybatis already incidental )
- 2014-11-28 15:57:58下载
- 积分:1
-
imageprocessing
对车辆图像进行一系列处理,有灰度变换,对比度增强,二值化,最后计算车辆实际高度(A series of image processing the vehicle, a gray-scale transformation, contrast enhancement, binarization, and finally calculate the actual height of the vehicle)
- 2010-12-01 23:46:39下载
- 积分:1
-
solver
解集机制之solver 详情见源代码。辛苦写的(The mechanism of the solver solution set details, see the source code. Hard to write)
- 2013-01-04 19:50:33下载
- 积分:1
-
paper4
LTE-A异构网的能效仿真研究.pdf (LTE-A can emulate true heterogeneous network research.pdf)
- 2014-11-02 20:58:02下载
- 积分:1
-
mli2niveauxMLI
COMMANDE D un convertiseur AC/DC 脿 deux niveaux par MLI
- 2009-03-03 17:02:29下载
- 积分:1