-
ds_modulation_tools_2008
有直接序列扩频的所有部分。怎么这么麻烦啊!上传个代码!(Are all part of the direct sequence spread spectrum. How much trouble ah! From a code!)
- 2010-06-03 19:47:29下载
- 积分:1
-
pro_ssim_index.mat
可以用于二维图像评估程序,若稍微加改进可以作为识别方法(Two-dimensional image can be used in the assessment process, if a little can add to improve the method as a means of identification)
- 2009-03-17 11:21:06下载
- 积分:1
-
Karlman
卡尔曼滤波 的matlab实现 有需要的 可以看看(Kalman filter implementation matlab need to look at)
- 2010-11-18 22:28:08下载
- 积分:1
-
dialation_sk
Matlab code for segmentation
- 2012-03-20 18:30:19下载
- 积分: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
-
walke
很有趣的matlab程序,是一个人在行走,经过matlab2011b运行,对仿真感兴趣的可以学习学习(Very interesting matlab program, a person in walking, after matlab2011b run, simulation interested can learn from)
- 2012-11-15 21:05:24下载
- 积分:1
-
fiber mode02
说明: 光纤LP13模式,光纤模式计算,纤芯模式,有效折射率(Fiber LP13 mode, fiber mode calculation, fiber core mode, effective refractive index)
- 2020-06-24 18:00:02下载
- 积分:1
-
sigTOOLDemo
这是一个的10Mb文件
这是演示版本的SIGTOOL软件包。
它没有完整的文件导入功能或速度的完整版本sigTOOL (this is a 10Mb file
THIS IS A DEMO VERSION OF THE SIGTOOL SOFTWARE PACKAGE.
It does not have the complete range of file import functions or speed of the full version of sigTOOL.
)
- 2009-05-01 11:17:48下载
- 积分:1
-
dct-wave
dct与小波压缩,适用于毕业设计和论文呢(dct and wavelet compression)
- 2010-06-17 14:29:09下载
- 积分:1
-
teximage
将LaTeX的符号在matlab中转换成为图像, 并显示在当前的图像上. 这个功能对于在matlab中使用大量LaTeX符号的图像有极其方便的处理作用.()
- 2007-10-13 16:57:03下载
- 积分:1