-
RLS
说明: 通过均衡器的RLS算法在MATLAB中实现消除传输信道的噪声干扰。(Through the equalizer in the RLS algorithm in MATLAB to achieve elimination of the transmission channel noise.)
- 2010-04-10 10:28:10下载
- 积分:1
-
correlation-dimension-GP
G算法计算关联维的 Matlab 程序
G算法计算关联维的 Matlab 程序(GP algorithm for calculating the correlation dimension of the Matlab program GP correlation dimension algorithm of Matlab procedures)
- 2010-05-27 15:38:51下载
- 积分:1
-
mxul
m序列发生器,可以产生63位m序列,可以产生63位m序列,(m sequence generator, can produce 63 m sequence, can produce 63 m sequence,)
- 2009-02-20 20:42:30下载
- 积分:1
-
Simulation-of-digital-camera
说明: 几乎所有关于数字相机仿真的英文论文,很有科研价值( English paper about Simulation of digital camera。Great scientific value。)
- 2020-12-01 16:49:27下载
- 积分:1
-
linefitting
几个线性拟合的matlab程序,用到了对数,一次,二次,(
several linefitng programs,matlab )
- 2013-07-22 17:55:41下载
- 积分:1
-
131223
十几篇英文文献,关于PHD滤波算法和SLAM问题的。在网上不容易下到,拿来和大家分享下。希望能有用处。(More than a dozen English literature, about the PHD filter algorithm and SLAM problem. Next to the Internet is not easy, and we used to share with you. I hope to have useful.)
- 2013-12-23 10:38:25下载
- 积分:1
-
omp
典型的正交匹配追踪OMP算法的matlab源程序,结构合理,简单易懂(Typical orthogonal matching pursuit OMP algorithm matlab source, reasonable structure, easy to understand)
- 2013-07-14 21:43:58下载
- 积分: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
-
PARALLEL-PORT
PROGRAM IS USED FOR PARALLEL PORT CHECKING WITH HELP OF MATLAB.
- 2014-10-19 21:03:21下载
- 积分:1
-
zonghexiaoying
针对区域转移的综合效应进行仿真实验;针对区域转移的综合效应进行仿真实验(The combined effect of the regional transfer for simulation experiments for the combined effect of the regional transfer of simulation experiments)
- 2011-10-25 13:17:01下载
- 积分:1