-
zd
说明: 该程序是我研制的“基于ARM9的无线自动报靶系统”的MATLAB算法的仿真验证部分
该程序的主要功能是对靶纸上的靶点和靶环进行提取和计算,然后计算出靶点的环数。
程序里面有注释(The program that I developed ARM9-based wireless automatic reported target system MATLAB algorithm simulation part of the program s main function is to target the paper target and target ring extraction and calculation, and then calculate the target of ring a few. Procedures there are Notes)
- 2009-01-14 17:54:20下载
- 积分: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
-
calcDErrorTOA
在MATLAB中进行编程的实现定位误差分析的一段小程序(A small program of analysis in MATLAB programming to achieve positioning error)
- 2012-09-25 20:49:54下载
- 积分:1
-
Matlab_image
5种基本图像锐化算法用matlab实现的代码(5 kinds of basic matlab image sharpening algorithm to achieve)
- 2009-05-10 22:35:49下载
- 积分:1
-
histgramTest
本程序计算局部窗口的累积直方图,可用于驱动水平集和纹理分割( in this test program, we calculate the cumulative histogram in a local
window centered at each pixel,this local cumulative histogram can be
used to drive the level set for image and texture segmentation.
Author: Associate Prof. Yuanquan Wang,
Affiliation: Tianjin Key Lab of Intelligent Computing and Novel Software Technology,
School of Computer Science, Tianjin University of Technology, Tianjin 300191, China
01/20/2008
Reference:
1. Tony Chan, Selim Esedoglu, and Kangyu Ni, Histogram Based Segmentation Using Wasserstein Distances, SSVM 2007, LNCS 4485, pp. 697–708, 2007.
2. Kangyu Ni, Xavier Bresson, Tony Chan, Selim Esedog, Local Histogram based Segmentation using the Wasserstein Distance,
at: www.math.lsa.umich.edu/~esedoglu/Papers_Preprints/chan_esedoglu_ni.pdf
or at :ftp://ftp.math.ucla.edu/pub/camreport/cam08-47.pdf )
- 2009-12-15 12:25:06下载
- 积分:1
-
im-lab
image processing in implementation in matlab
- 2012-04-03 12:00:56下载
- 积分:1
-
dmstodeg
dmstodeg
matlab function
geomatic students
matlab code
- 2014-10-26 01:42:46下载
- 积分:1
-
[FarutoUltimate3.0Mcode]
SVM faruto version,在libsvm的基础上添加函数而成(SVM faruto version, based on the libsvm )
- 2011-11-15 15:35:38下载
- 积分:1
-
mbjex
这是第二能量熵的matlab代码,MIMO OFDM matlab仿真,使用高阶累积量对MPSK信号进行调制识别。( This is the second energy entropy matlab code, MIMO OFDM matlab simulation, Using high-order cumulants of MPSK signal modulation recognition.)
- 2017-05-08 20:42:20下载
- 积分:1
-
ABSTRACT
This is IEEE implementation here
- 2015-04-01 19:52:01下载
- 积分:1