-
MIMO_simulation
MIMO system simulation.
- 2014-09-02 19:04:08下载
- 积分:1
-
Rayleigh
Simulink工具编写代码(S-Function 方式),产生一单径瑞利信道,其多普勒谱
为经典谱,其中移动速率为 120km/h。(Simulink tools to write code (S-Function mode) to generate a single path Rayleigh channel, the Doppler spectrum
For the classical spectrum, where the rate of movement of 120km/h.)
- 2014-11-12 20:00:14下载
- 积分:1
-
Q1
说明: 2015全国研究生数学建模,列车调度问题源代码(The code of National graduate mathmatical modeling competition about train schedule problem )
- 2016-03-03 21:27:28下载
- 积分:1
-
201303
数学建模与数学实验(第3版),各种常用的算法,ppt,M文件,各算法后附有matlab程序,可以方便的运行。(Mathematical modeling and mathematical experiment (3), a variety of commonly used algorithms, ppt, M file attached to each algorithm matlab program, easy to run.)
- 2013-01-05 20:56:44下载
- 积分:1
-
hline_vline
matlab code for hline and vline
- 2015-02-03 14:45:48下载
- 积分:1
-
xindao-
衰落是由于发射机与接收机之间空间位置的微小变化引起的,描述小范围内接收信号场强中瞬时值的快速变化特性,是由多径传播和多普勒频移两者共同作用的结果,包括由多径效应引起的衰落和信道时变性引起的衰落,具有信号的多径时延扩展特性和信道的时变特性(Fading is caused due to a slight change of the position of the space between the transmitter and the receiver, the characteristics of the receiving signal field strength, the instantaneous value of the rapid changes in the description within, by multipath propagation and Doppler frequency shift of the joint action of botha result, time-varying fading caused by multipath effects and channel fading due to multipath delay spread characteristics and channel time-varying characteristics of the signal)
- 2013-05-03 13:38:19下载
- 积分:1
-
MATLAB_DIP(zhangdefeng)sorce_code
MATLAB数字图像处理(张德丰)_书上源代码(MATLAB image processing (Zhang Defeng) _ source book)
- 2010-11-21 13:30:45下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
DSB
利用matlab软件设计并仿真下面的无线通信系统。模拟信源为单音频信号。模拟调制方式为DSB。信道为多径信道(仿真中2径),信道中噪声为加性高斯白噪声。采用相干解调接收。画出了解调器输出端性能曲线与点信噪比SNR的关系。
(Software design and simulation using matlab the following wireless communication systems. A single analog audio signal source. Analog modulation of DSB. Channel multi-path channel (simulation 2 diameter), channel noise is additive white Gaussian noise. The use of coherent demodulation receiver. Draw the output of the demodulation performance curve and the point of the relationship between signal to noise ratio SNR.)
- 2011-11-11 10:06:50下载
- 积分:1
-
scriptforofdm802.11a
script for generting OFDM transmit waveform (loosely basedonIEEE 802.11 Aspecifications)
- 2009-07-01 23:41:04下载
- 积分:1