-
simotheor
Simo traces the ser for a simo system :n transmit antenna and 1 recieve antenna and compare it to an alamouti system
- 2009-02-26 01:14:15下载
- 积分:1
-
Lfgauss
it is the power system in matlab programing
- 2009-06-22 23:01:07下载
- 积分:1
-
FilterDesignguide
matlab 滤波器设计工具箱的使用说明,含有很多例子。(matlab-filter)
- 2009-07-12 00:51:34下载
- 积分: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
-
jixijifenduffing
自编的增加维数精细积分求解非线性动力学方程的程序(pim method)
- 2013-11-09 09:58:03下载
- 积分:1
-
SVM-KM
it is a toolbox for matlab_ the subject is support vector machine(svm)
- 2010-05-24 16:09:52下载
- 积分:1
-
GPSR-BB
利用GPSR-BB算法重构二维图像,简单易懂。(GPSR-BB algorithm using two-dimensional image reconstruction, easy to understand.)
- 2011-11-20 16:44:02下载
- 积分:1
-
chapter11xiaobotuxiang
小波在图像处理中的运行的全部matlab代码。(wavelet image processing in the operation of all of Matlab code.)
- 2007-05-09 00:20:57下载
- 积分:1
-
weina
维纳滤波器程序主要适用于dsp系统下的运作和开发!(weina filter program
)
- 2013-12-20 21:02:08下载
- 积分:1
-
caniter
This class allows one to iterate through all the strings that are canonically equivalent to a given string. For example, here are some sample results.
- 2015-08-30 09:05:15下载
- 积分:1