-
image-reconstruction-using-hybrid-transform
image reconstruction using hybrid transform
- 2011-07-15 07:14:36下载
- 积分:1
-
EulerMethod-DifferentialEquations
Matlab code that implements the Euler Method in the context of Differential Equations
- 2015-03-11 20:59:10下载
- 积分:1
-
music1
说明: 这是多重信号分类的经典算法,仔细阅读,希望有所帮助,欢迎各位下载!(This is a classic multiple signal classification algorithm, carefully read, I hope be helpful, to welcome you all to download!)
- 2008-10-02 10:38:04下载
- 积分:1
-
ppm
一个信号加入高斯噪声后的混合输出,在进PPM调制输出调制信号(Gaussian noise is a signal to the mixed output, the output modulation signal modulated into the PPM)
- 2021-02-08 20:29:54下载
- 积分:1
-
Wavelettransformgearpittingfault
利用小波的消噪功能检测微弱的故障突变信号。(Using wavelet denoising function mutation detection of weak signals fault.)
- 2015-03-23 16:46:53下载
- 积分:1
-
3.20
说明: root- music 算法的matlab程序。可以仿真,欢迎大家指正。(root-music algorithm matlab program. Can simulate, welcome to correct me.)
- 2011-03-28 11:38:05下载
- 积分: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
-
I-st-Demo-Code-with-noise-added
discrete wavelet and svd based watermarking with 12 type of attack included
- 2014-02-05 11:37:07下载
- 积分:1
-
2dofstructureresponse
说明: 结构振动反应。在强烈地震波德作用下,2个自由度相对位移和绝对加速度的反应,考虑了阻尼的影响。(struture response due to ground motion.during a big ground motion,one 2 degree of freedom-structure s relative displacement and absolute acceleration response.consider damping raion.)
- 2009-07-23 00:58:45下载
- 积分:1
-
MatlabSkyJournal4
说明: MATLAB技术论坛电子期刊第四期,matlabksy专业MATLAB技术交流平台!(MATLAB Technical Forum Electronic Journal IV, matlabksy professional technical exchange platform for MATLAB!)
- 2011-03-07 20:24:03下载
- 积分:1