-
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
-
CPCOL_2006JAN06_RFA_POM_AN_04
无线手机使用的集成式功放器/淤波器前端The use of wireless mobile devices, integrated power amplifier / silt-wave front-end(The use of wireless mobile devices, integrated power amplifier/silt-wave front-end)
- 2009-03-05 21:00:56下载
- 积分:1
-
bsbsbs
说明: 用于通信方向中的信道估计,使用的语言是matlab(Used for channel estimation in the communication direction, the language used is matlab)
- 2020-06-24 12:20:02下载
- 积分:1
-
ARMprogramdesign
基于ARM的嵌入式程序设计.rar,对arm的学习会有很大的帮助。(ARM-based embedded programming. Rar, on the arm of the study will be of great help.)
- 2008-04-15 17:41:55下载
- 积分:1
-
Cognitive Radio matlab code
说明: 最基础的检测概率;虚警概率;漏检概率与门限的关系。(Energy detection;Single threshold.)
- 2021-05-14 03:30:03下载
- 积分:1
-
Turbo
利用3GPP交织器和LTE交织器完成turbo码的仿真并做比较,不同解码算法的比较(Using 3GPP Interleaver and complete LTE interleaver turbo code simulation and comparison, a comparison of different decoding algorithms)
- 2009-09-15 19:40:54下载
- 积分:1
-
main(QPSK)
说明: 基于matlab实现OFDM,调制方式为QPSK,可以对信道的状态进行估计(OFDM is realized based on MATLAB, the modulation mode is QPSK, and the channel state can be estimated)
- 2021-03-04 15:40:19下载
- 积分:1
-
QPSK
QPSK using system generator
- 2020-08-23 14:07:50下载
- 积分:1
-
16QAM
16QAM调制与解调程序,使用matlab运行(16QAM modulation and demodulation process, the use of matlab run)
- 2011-10-19 12:13:57下载
- 积分:1
-
串口数据绘曲线
本程序是将串口实时接收到的数据,然后将数据进行曲线绘制。(The data received by serial port is plotted in real time.)
- 2020-06-18 16:00:01下载
- 积分:1