-
License-plate-identification
说明: 车牌识别是目前应用最广泛的识别技术之一大多数是用 Matlab 开发程序 (License plate identification Matlab development program)
- 2011-03-18 11:23:26下载
- 积分:1
-
wimax_ofdm
基于第三代通讯wimax核心编码ofdm编码的matlab性能仿真(based on the third generation telecommunications wimax core coding ofdm coding Matlab Performance Simulation)
- 2007-05-02 16:08:44下载
- 积分: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
-
med_filter
用matlab中m文件写的中值滤波器,配合界面设计的程序使用,是其中的一个子函数(M using matlab in documents written by median filter, coupled with the procedures for the use of interface design, is one of Functions)
- 2007-12-17 10:05:51下载
- 积分:1
-
MultirateTurboCodeSimulation
在wuyufei的turbo码的基础上修改得到的多码率Turbo码仿真(multirate turbo code based on wuyufei s turbo code)
- 2021-02-08 10:59:54下载
- 积分:1
-
mymcaculor
matlab计数器,一个小程序,供学习者用(matlab counter, a small program for learners with)
- 2010-03-09 08:57:24下载
- 积分:1
-
rsa
非线性材料反饱和吸收理论拟合,可以给出材料的非线性吸收Z扫描曲线(theoretical fit to reverse saturable absorption)
- 2012-03-23 11:21:04下载
- 积分:1
-
Levinson
利用matlab实现现代法功率谱估计的源代码,没有调用函数,希望对大家有用(Using matlab source code power spectrum estimation of modern France, and call the function, and the hope that useful)
- 2012-06-15 10:48:55下载
- 积分:1
-
Matlab-and-C-mixed-programming
Matlab转换为dll库再与C混合编程(Matlab and C mixed programming)
- 2014-09-11 21:54:54下载
- 积分:1
-
zuidashang
最大熵复原算法,用来处理图形复原重构,以及重建(Maximum entropy restoration algorithm)
- 2013-04-13 19:04:14下载
- 积分:1