资源简介
可见光通信系统仿真,考虑多次反射,对应文章Improvement of data rate by using equalization
代码片段和文件信息
% Please refer to the paper “Improvement of data rate by using equalization
% in an indoor visible light communication system (2008)“ by Lubin Zeng Dominic
% O‘Brien Hoa Le-Minh Kyungwoo Lee Daekwang Jung and Yunje Oh.
clear all; clc;
[lengthwidth] = meshgrid(0.5:0.05:5);
height = 3;
q=1.602176487E-19;
Aroom = length.*width;
ARX = 50;
d = 3;
psi = 30;
psic = 70;
no_of_LEDs = 4;
phi_half = pi/3;
pLED = 0.02; %(单LED功率?)
Ro = real(RO(phi_half)); %Ro:发光功率
ptx = pLED*Ro; %(发射功率?)
reflectivity_of_floor = 0.15; %地面反射
reflectivity_of_ceiling = 0.8; %天花板反射
reflectivity_of_wall = 0.7; %墙面反射
floor_area = Aroom;
ceiling_area = Aroom;
wall_area = length*d;
pTotalLEDs = no_of_LEDs*pLED;
g = 1;
TF = 1;
noisebandwidth_factor = 0.562;
dataRate = 10240;
R=0.4;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1821 2020-09-20 15:00 visible_light_communication.m
相关资源
- MatlabSerialCommunication 本文介绍MATLAB环境
- V1.0 串口通信程序
- chaos_communication1 在两个混沌系统实现
- dsss 直接序列扩频通信系统
- mod_demod 在matlab环境下实现通信系统中
- Cognitive-Radio 利用通信系统中调制信号
- dsss-mdl 实现扩频通信
- DF[DF_with_Selection] 协作通信中采用DF协
- FBMCEXFFT 对FBMC通信系统进行仿真
- Cooperative-communication 一篇北京邮电大学
- wireless-communication 无线通信经典教材(
- MIMO-OFDM
-
DPSK_PCM_TDM 利用matlab simuli
nk产生两路 - Femtocell--and-macrocell 解释飞蜂窝用户和
- SLNR 用于通信系统中MIMO干扰对齐的算
- test_vectors 5G通信中的新型多载波技术
- d2d 基于蜂窝网络的D2D通信的资源分配
- visible-led-communication 这里给出了几个可
- FSO_Analysis 自由空间光通信系统在大气
- Communications-Toolbox-4.2
- energydetection 认知无线电是用于提高无
- Doppler 低轨卫星LEO通信系统的多普勒频
- multipath_code.zip 试设计一完整的移动通
- MIMO-precoding MIMO通信系统预编码研究
- Scattering-of-Electromagnetic-Waves 电磁波散
- free-space-laser-communication- 无线光通信中
- cooperative-communication 协作通信中的基础
- Cooperation-diversity-DF 协作通信系统中
- BELLHOP 水声通信中信道的bellhop建模
- Resource-D2D-users D2D用户间的资源分配
评论
共有 条评论