src/lte/test/reference/lte_pathloss.m
changeset 8744 5ee0d10aa9bd
parent 8741 c996688338ee
equal deleted inserted replaced
8743:aa6d621a9640 8744:5ee0d10aa9bd
    19 l = 80;
    19 l = 80;
    20 b = 50;
    20 b = 50;
    21 st_w = 20;
    21 st_w = 20;
    22 phi = 45;
    22 phi = 45;
    23 big = 1; % metropolitan centre
    23 big = 1; % metropolitan centre
    24 g = loss_ITU1411_LOS (d, hb, hm, hr, f);
    24 g = loss_ITU1411_LOS (d, hb, hm, f);
    25 printf ("Test #11: the value of ITU1411 in LOS is: %f\n", g);
    25 printf ("Test #11: the value of ITU1411 in LOS is: %f\n", g);
    26 
    26 
    27 d = d = 500.84;
    27 d = d = 500.84;
    28 g = loss_ITU1411_NLOS_over_rooftop (d, hb, hm, hr, f, l, b, st_w, phi, big);
    28 g = loss_ITU1411_NLOS_over_rooftop (d, hb, hm, hr, f, l, b, st_w, phi, big);
    29 printf ("Test #10: the value of ITU1411 in NLOS over the roof-top is: %f\n", g);
    29 printf ("Test #10: the value of ITU1411 in NLOS over the roof-top is: %f\n", g);