资源简介

可见光通信系统仿真,考虑多次反射,对应文章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

评论

共有 条评论