-
2yuanzhen
均匀圆阵的指向性仿真和模拟,原创,最后求出其指向性图,参数可自行代换(Uniform circular array of directional and analog simulation, originality, and finally obtained its directivity diagram, parameters can be self-substitution)
- 2008-04-14 19:08:09下载
- 积分:1
-
2004112215030
最新推出的无线射频芯片,可用软件编程实现信道的选择,空旷地带最远1000米。(The latest to release of rfid chip, usable software programming realization channel choice, open field furthest 1000 meters.
)
- 2011-01-27 18:07:37下载
- 积分:1
-
156121-test_polar
matlab 学习matlab的一个好例子(Matlab learning Matlab a good example)
- 2007-02-28 16:36:42下载
- 积分: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
-
spread1_6
simulink做的BPSK的调制与解调,信号源是随机信号与PN码扩频调制,最后结果与随机信号比较一致(simulink do BPSK modulation and demodulation, the signal source is a random signal with the PN code spread-spectrum modulation, the final result more consistent with the random signal)
- 2009-10-27 17:31:01下载
- 积分:1
-
Matlab-based-simulation-PLL-design-
基于Matlab仿真的数字锁相环的设计进行了详细的分析和模拟,数字和模拟锁相环的论文(Matlab-based simulation of digital PLL design, a thesis on digital and analog phase-locked loop for a detailed analysis and simulation)
- 2011-11-23 15:29:07下载
- 积分:1
-
Untitled6
三维图像输出,针对于变成过程中遇到的三维三点图像输出等问题得到了解决(Three-dimensional scatter plot phase output)
- 2012-04-02 18:53:19下载
- 积分:1
-
P_gama
该函数对一个区间进行Pgama投影,返回修正的区间(the function of an interval Pgama projection, that the return interval)
- 2006-10-09 01:12:05下载
- 积分:1
-
slm_modified
selective mapping as a reduction technique for PAPR in OFDM systems
- 2011-06-21 20:55:38下载
- 积分:1
-
chapter10_-image-synthesis
数字图像处理与机器视觉-visual C++与matlab实现,第10章配套源程序(Digital image processing and machine vision of-visual C++ and MATLAB, the 10th chapter matching source)
- 2014-08-07 15:51:07下载
- 积分:1