-
喷泉码介绍及仿真
说明: matlab仿真实现喷泉码,还包括对喷泉码的简单介绍(The realization of fountain code by MATLAB simulation, including a brief introduction of fountain code)
- 2021-01-13 20:08:47下载
- 积分:1
-
osticocablesequentialtrack
GSM短信测试程序,可以给手机发送短信息,开发环境为Visual c++,()
- 2018-01-01 15:32:31下载
- 积分:1
-
12-李洁-517021910066
说明: 仿真相干光通信系统,包含各种损伤和均衡算法(the model of coherent optical fiber channel)
- 2020-06-07 08:25:15下载
- 积分:1
-
EE_SE
Optimal Resource Allocation and EE-SE Trade-Off
in Hybrid Cognitive Gaussian Relay Channels
- 2021-01-13 16:38:48下载
- 积分:1
-
Array-Antenna
移动通信中的智能天线系统源代码,波束面向用户,使用空间滤波和波束零陷技术.(Mobile communications in the smart antenna system source code, user-oriented beam, the use of spatial filtering and beamforming technology Null.)
- 2009-03-09 21:04:18下载
- 积分:1
-
SSDA_080721
SSDA算法是一种快速图像匹配算法,希望对大家有所帮助!(SSDA algorithm is a fast image matching algorithm, we want to help!)
- 2010-01-13 20:39:02下载
- 积分:1
-
FDS_Kalman01
卡尔曼滤波器是一个(最优化自回归数据处理算法)。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。(The Calman filter is an (optimized autoregressive data processing algorithm). For solving most problems, he is the best, the most efficient and even the most useful.)
- 2018-06-11 19:05:51下载
- 积分:1
-
opnet
关于OPNET比较权威的一本书,包括范例及实验(A book about OPnet simulation software, which includes the example of simulating large networks)
- 2014-05-12 16:55:58下载
- 积分:1
-
BPSK-AWGN
BPSK在AWGN信道下的仿真程序,matlab代码,功能齐全,是一个很好的平台(BPSK in AWGN channel under the simulation program, matlab code, full-featured, is a good platform)
- 2007-12-24 20:15:53下载
- 积分:1
-
bpsk_Awagn_Rayleigh
说明: 实现了一个直接扩频系统,使用BPSK作为调制解调方法。并比较白噪声AWGN及瑞利衰落(rayleigh fading)环境下,误码率的影响。(There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performance is stored in BER_awgn.
5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file.
6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable.
7] Run the simulation.
To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray
>>semilogy([1:8],BER_awgn(1:8), g* )
hold on
semilogy([1:8],BER_ray(1:8), -.b* )
hold on
grid on )
- 2010-03-22 23:11:17下载
- 积分:1