-
Matlab_Colour_Transfer_using_IDT_Pitie07
进行图像颜色的传输,使源图像变为目标图像颜色(Color image transmission, so that the source image to target image color)
- 2009-02-23 18:56:33下载
- 积分:1
-
aa1
说明: 本书从MATLAB 仿真角度系统地介绍了PID 控制的基本理论、基本方法和应用技术,(MATLAB simulation of this book from the perspective of systematically introduced the basic theory of PID control, the basic method and application of technology,)
- 2009-08-15 12:10:12下载
- 积分:1
-
zsysf
用MATLAB编写的递推最小二乘算法算法LMS算法,karlman算法(using MATLAB recursive least squares algorithm LMS algorithm, the algorithm karlman)
- 2006-10-31 16:34:57下载
- 积分:1
-
matlabfunction
非常详细的matlab常用函数介绍
对matlab菜鸟来说
绝对的好(Matlab very detailed introduction to the matlab function commonly used is absolutely a good rookie)
- 2008-03-05 21:16:39下载
- 积分:1
-
tracking_past_yuanzhen
利用子空间跟踪算法PAST跟踪运动目标,阵列形式为圆阵,算法可以很好的跟踪多个运动目标(PAST subspace tracking algorithm by tracking moving objects, the array in the form of circular array, the algorithm can track multiple moving targets well)
- 2010-10-12 15:41:12下载
- 积分: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
-
pm-suanfa
内容:空间目标识别,采用PM算法。程序中附有注释,可以改变方向角,运算速度比music算法快,本人毕设程序,绝对可用。(Content: space target recognition using PM algorithm. Annotated program, you can change the direction of the angle calculation algorithm is faster than the music, I set up the program, absolutely free.)
- 2013-11-25 21:39:51下载
- 积分:1
-
Pd1
基于动态规划的检测前跟踪算法中理论检测概率的计算程序(Based on dynamic programming tracking algorithm in the theory of pre-test probability of detection calculation program)
- 2020-12-22 21:19:06下载
- 积分:1
-
radar.m
SAR雷达系统完整信号产生、压缩、识别过程,最齐全雷达系统matlab仿真程序,代码段详细注释文字说明,适合论文仿真参考(SAR radar system signal, compression, complete identification process, the most complete radar system matlab simulation program, code detailed annotation text, suitable for paper simulation reference)
- 2013-09-03 10:44:01下载
- 积分:1
-
FDD
利用FDD进行模态分析 得到输入激励的后的频率(FDD modal iditification)
- 2020-10-28 17:39:57下载
- 积分:1