Skip to content

Commit

Permalink
Update UL_PowerAllocation_MaxMin_correlation.m
Browse files Browse the repository at this point in the history
  • Loading branch information
hienquocngo authored Feb 24, 2020
1 parent 8238567 commit f4c54be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UL_PowerAllocation_MaxMin_correlation.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
aL = (1.1*log10(f)-0.7)*Hm-(1.56*log10(f)-0.8);
L = 46.3+33.9*log10(f)-13.82*log10(Hb)-aL;

power_f=0.2; %downlink power: 200 mW
power_f=0.1; %uplink power: 100 mW
noise_p = 10^((-203.975+10*log10(20*10^6)+9)/10); %noise power
Pd = power_f/noise_p;%nomalized receive SNR
Pp=Pd;%pilot power
Pu = power_f/noise_p;%nomalized receive SNR
Pp=Pu;%pilot power

d0=0.01;%km
d1=0.05;%km
Expand Down

0 comments on commit f4c54be

Please sign in to comment.