-
zzifufenge
说明: 用matlab程序做的 车牌字符分割程序,能很好的解决智能交通中的车牌追中。(Matlab program to do with the license plate character segmentation process can be a good solution in the license plate smart catch in traffic.)
- 2010-04-19 11:13:15下载
- 积分:1
-
K-MEANS
Implementation of K-MEANS classification of 2D data of this code, the high speed
- 2015-01-18 10:23:00下载
- 积分:1
-
facerecognitionsystem
其中那个包括边界处理,腐蚀边界的matlab源代码,有需要的(One that includes border deal, corrosion border matlab source code, there is a need of)
- 2007-09-25 20:53:28下载
- 积分:1
-
OFDMhaha
介绍OFDM的MATLAB的各种实现方式 帮助初学者能够较快理解和掌握(OFDM introduce the MATLAB implementation of a variety of ways to help beginners can quickly understand and grasp)
- 2009-03-06 21:06:09下载
- 积分:1
-
diversity
这个程序是三种分集合并方式的比较,选择合并,等增益合并,最大比值合并(This program gives the comparison of improvements offered by the 3 combining techniques, namely Selection Diversity, Equal Gain and Maximal Ratio.)
- 2010-05-19 09:49:58下载
- 积分: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
-
basic-operation
basic operations on an image like negative, log
- 2011-11-24 16:59:24下载
- 积分:1
-
pudn_psw
二维矢量磁滞模型preisach psw dpc 模型的代码, 模型用于磁性材料的数值仿真。
本工作代码得到国家自然科学基金资助
主函数:dpc_short
主要参考文献 E.D.Torre 相关文献(vector hysteresis model , dpc model
)
- 2013-10-06 12:58:56下载
- 积分:1
-
the-distribution-of-nodes
无线传感器网络是由大量节点组成的,我们在做仿真实验时需要撒布节点,仿真出节点的分布图(Wireless sensor network is composed of a large number of nodes, we needed to do simulation spreading nodes, simulation of the distribution of nodes)
- 2015-03-11 13:34:51下载
- 积分:1
-
GraphFunctions
These matlab codes alow to compute topological specific attibutes of weigthed netwoks.
- 2012-01-30 21:35:55下载
- 积分:1