-
Matlabxiaobo
Matlab小波分析工具箱原理与应用,matlab在工程中应用非常的广泛,而小波是近几年来在信号处理方面一个非常有利的工具,本书就是讲解matlab的小波分析工具箱的的一本书,他作为信号处理是非常好的一本入门书!(Matlab Wavelet Analysis Theory and Application of the toolbox, matlab in engineering applications is very broad, and wavelet signal processing in recent years in a very advantageous tool, this book is to explain the matlab toolbox for wavelet analysis of a book, as signal processing is a very good primer!)
- 2007-11-14 18:47:07下载
- 积分:1
-
mse
MSE mean square error of Two Digital Images
- 2010-03-10 07:20:46下载
- 积分:1
-
bpsk-qpsk
this is bpsk code in matlab
- 2011-10-20 02:49:32下载
- 积分:1
-
extintprograms
Estimation of model with Heterogeneous firms
- 2013-05-23 23:31:33下载
- 积分:1
-
svpwm12345
说明: SVPWM仿真,在matlab里面画的仿真图,可以参考参考,学习学习。(SVPWM simulation, the simulation in matlab figure inside the painting, see reference, learning to learn.)
- 2011-03-14 21:38:02下载
- 积分:1
-
kanong
matlab环境实现播放卡农,利用音频处理工具(Matlab environment to achieve playback Canon)
- 2012-05-21 13:02:52下载
- 积分: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
-
DecisionTreeYSD
决策树的Matlab实现,实现了分类问题和回归问题,有很好的调试结果(Matlab implementation of decision trees)
- 2013-10-09 21:21:57下载
- 积分:1
-
tnn7_code_201212141110
REAL-TIME FACE DETECTION AND TRACKING
- 2013-11-28 17:06:50下载
- 积分:1
-
disposal
有关于图像的区域处理的MATLAB软件,已经上机运行过,对MATLAB编程非常有用(Area on the image processing MATLAB software has been running on the machine before, is very useful for MATLAB programming)
- 2010-02-16 15:15:40下载
- 积分:1