-
im
说明: image registration throug rotation
- 2012-04-24 19:41:56下载
- 积分:1
-
bmpdis-ct-total
基于Matlab的X-CT图像重建程序开发(Matlab-based X-CT image reconstruction program development)
- 2011-10-24 21:03:52下载
- 积分:1
-
AshuCNN
convolutional networks for image processing
- 2018-01-06 19:16:38下载
- 积分:1
-
compute_Cs_Ck
计算样本数据集的峰度系数和峭度系数的代码,比较实用(Kurtosis and kurtosis coefficient code to calculate sample data sets, more practical)
- 2012-10-29 21:51:04下载
- 积分:1
-
matlab
MATLAB实现数字FIR的高通_和带通等滤波器的源程序(MATLAB implementation of digital FIR high-pass and band-pass filters _ source program)
- 2012-01-04 10:44:13下载
- 积分:1
-
1_speed_control_pid
在MATLAB的simulate工具箱中直流电机的速度PID控制(Toolbox in MATLAB' s simulate the speed of DC motor PID control)
- 2011-05-26 19:14:20下载
- 积分:1
-
math
Draws a sinusoidal signal with a sampling rate
- 2013-01-26 15:08:04下载
- 积分: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
-
Image_Processing_Toolbox
Matlab官方文档:图像处理工具箱image processing toolbox(Matlab official documents : Image Processing Toolbox image processing toolbox)
- 2006-05-26 11:44:09下载
- 积分:1
-
QAM16
该程序模拟仿真16QAM传输系统,有助于理解调制过程。(Simulation program to realize 16QAM transmission system)
- 2009-11-16 21:17:11下载
- 积分:1