資源簡介
可見光通信系統仿真,考慮多次反射,對應文章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
評論
共有 條評論