資源簡介
解釋飛蜂窩用戶和宏蜂窩用戶之間的通信,以及他們的覆蓋問題。
代碼片段和文件信息
clc;
clear?all;
close?all;
%?Coverage?Calculation
%?-----------------------
%?tinh?cac?thong?so?cho?truoc
LFM=7.7;?%?shadow?fading?margin
LW=10;??%?outer?door?of?building
NUEdb=7;????%?UE?received?noise?power?
NUE=10.^(NUEdb./10);?%?
PCPICH=0.1;?%?percent?femtocell?allocated?power
ECNdb=-16;?%?sir?minimum
ECN=10.^(ECNdb./10);?%?tinh?ra?decimal?unit
n=3.2;?fc=1.5*10^3;?%exponential?pathloss?+??carrier?frequency
i=1;
for?pdb=-30:5:10;?%?transmission?power
????p=(10^-3).*(10.^((pdb)./10));?%?tinh?ra?milioat
Lmax(i)=10*log10(?(p/NUE)*((PCPICH/ECN)?-1));?%?tinh?cong?thu?L?maxmimum
i=i+1;%?tinh?cho?L?max?tiep?theo
end
L50=Lmax-LFM-LW;?%?tinh?median?pathloss
%R=(L50+28-9+20*log10(fc))/?10*n;
R1=?(20*log10(fc))+32+L50-9;?%?coverage?of?femtocell?same?floor
R2=(20*lo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-03-04?11:09??Femtocell??and?macrocell\
?????目錄???????????0??2011-01-06?02:48??Femtocell??and?macrocell\文件和程序\
?????文件?????1549247??2011-01-06?02:43??Femtocell??and?macrocell\文件和程序\A?Semianalytical?PDF?of?Downli
?????文件?????1547004??2011-01-06?02:45??Femtocell??and?macrocell\文件和程序\Algorithms?for?Dynamic?Frequency?Selection?for?Femtocells?of?Different?Operators.PDF
?????文件??????166211??2011-01-06?02:44??Femtocell??and?macrocell\文件和程序\Analytical?Evaluation?of?LTE?Femtocells?Capacity?and?Indoor?Outdoor?Coexistence?Issues.PDF
?????文件?????2956128??2011-01-06?02:47??Femtocell??and?macrocell\文件和程序\Capacity?of?Closed?Access?Femtocell?Networks?with?Dynamic?Spectrum?Reuse.PDF
?????文件????????1190??2011-01-05?13:46??Femtocell??and?macrocell\文件和程序\coverage.m
?????文件???????67925??2011-01-06?02:45??Femtocell??and?macrocell\文件和程序\coveragecalculation.pdf
?????文件?????3823644??2011-01-05?01:46??Femtocell??and?macrocell\文件和程序\Interference?Management?in?UMTS?Femtocells.pdf
?????文件????????1151??2011-01-03?23:11??Femtocell??and?macrocell\文件和程序\macrothroughput.m
?????文件??????719820??2011-01-06?02:47??Femtocell??and?macrocell\文件和程序\patial?gsm?spectrum?reuse?for?femtocells.pdf
?????文件????????1394??2011-01-05?13:30??Femtocell??and?macrocell\文件和程序\throughput.m
評論
共有 條評論