-
filter
很多学者梦寐以求的MATLAB带界面的滤波程序(Many scholars dream of MATLAB with the interface of the filtering process)
- 2010-06-30 11:00:19下载
- 积分:1
-
exam
for find cepstrum analys in matlap use this function
- 2012-01-02 22:56:53下载
- 积分:1
-
ss
说明: 毕业用的时间序列混沌分析,里面吧包含相空间重构,李雅普诺夫指数求取,小波去噪等等(Graduated with a chaotic time series analysis, which it contains the phase space reconstruction, Lyapunov exponent for wavelet denoising, etc.)
- 2010-04-03 14:34:23下载
- 积分:1
-
Kalmtool
说明: 卡尔曼滤波,扩展卡尔曼滤波matlab工具箱。希望对大家有帮助(Kalman filtering, extended Kalman filter matlab toolbox. We hope to help)
- 2008-11-26 11:14:11下载
- 积分:1
-
single-image-pca
i am submiting the pca face recognition source code for single image
- 2012-04-11 22:19:48下载
- 积分: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
-
dtcydl
这是一个低通抽样定理,例题中包括了低通信号的波形,抽样速率为4Hz的抽样信号,抽样序列恢复出原始信号(This is a low-pass sampling theorem, examples included in the lowpass signal waveform, the sampling rate is 4Hz sampling signal to recover the original signal sample sequence)
- 2013-09-19 08:57:27下载
- 积分:1
-
matlab-help
matlab软件的中文帮助,方便英语水平不精的可以方便的学习matlab软件(matlab software for English to help facilitate the standard of English can be ill-equipped to facilitate the study matlab software)
- 2009-03-17 10:17:43下载
- 积分:1
-
soft-switching-dc--dc-conv
Soft-Switching DC/DC Converter With a Full
ZVS Range simulink model.
- 2013-10-09 14:15:10下载
- 积分:1
-
Writing-Fast-Matlab-Code-2008
matlab宝典,编程使用,可以有效提高程度得效率(matlab,improve the code )
- 2012-04-03 23:47:14下载
- 积分:1