-
communication_matlab
说明: 《现代通信系统(mmatlab版)第二版》所有源代码(C ontemporary Communication Systems Using Matlab)
- 2011-02-17 22:25:01下载
- 积分:1
-
OFDMSLMSimulation
这个程序是用SLM算法抑制峰均功率比的matlab仿真程序,对100000个OFDM符号进行统计然后表征算法对PAPR的改进程度,绝对可以运行(this process is inhibited by SLM algorithm PAPR of Matlab simulation program, to 100,000 OFDM symbols statistical algorithm then characterization of the degree of the improvement PAPR, absolutely can run)
- 2007-05-30 08:29:29下载
- 积分:1
-
UCA-Beamforming
16元均匀圆阵的波束形成,目标信号位于0度,信噪比为0,效果不错(16 elements UCA beamforming, the bearing of target signal is 0, SNR is 0, good result)
- 2012-08-14 11:24:44下载
- 积分:1
-
matlab100examples
经典的matlab程序100例,很适合初学Matlab的同胞们(Matlab classic 100 cases of the procedure, it is suitable for beginners compatriots Matlab)
- 2009-05-08 23:15:55下载
- 积分: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
-
Pade-Approximation---won-young-yang
the source is in the "Applied Numerical Methods Using MATLAB-Won Young Yang, Wenwu Cao, Tae-Sang Chung, John Morris-Wiley-Interscience (2005)"
- 2013-10-20 15:23:41下载
- 积分:1
-
ppt
关于MATLAB很基础,但是不错的一本电子书的PPT,适合初学者。(Very foundation, suitable for beginners. A good book.)
- 2009-04-25 16:08:23下载
- 积分:1
-
floyd_l
floyd算法,用于解决巡警平台配置问题(floyd algorithm used to solve the problem of platform configurations Patrol)
- 2011-09-10 09:40:47下载
- 积分:1
-
gongzhenfengjiance
基于倒谱的共振峰检测,倒谱峰值对应共振峰频率,用matlab编程实现,(Based the formant detection cepstrum, cepstral peak corresponding formant frequency, Matlab programming,)
- 2013-04-21 11:06:42下载
- 积分:1
-
Constant_PQ_Microgid
说明: 微电网并网及其控制策略研究,运用PQ控制策略进行能量的分配(Research on Grid-connected Microgrid and Its Control Strategy)
- 2019-07-11 16:39:37下载
- 积分:1