the attenuation due to rainfall calculated by function "rainpl" is different from ITU-R.838
Mostrar comentarios más antiguos
the help of "rainpl" says:To compute the total attenuation for narrowband signals along a path, the function multiplies the specific attenuation by the path length R. Then, total attenuation is Lr = Rγr. but when i test this by code:
tau=0;
elev = 30;
freq = 11.0e9;
rng = [1:1000]*1e3;
rr = 10.0;
L = rainpl(rng,freq,rr,elev,tau)
plot([1:1000],L)
grid
xlabel('range(km)')
ylabel('Attenuation (dB)')
since the γr is fixed,it seems that the Attenuation isn't linear function of the the path length.is there anything i ignored?

i also test this with software p.838 on ITU software. And i get quite different result. so i am confused about to trust which one?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Propagation and Channel Models en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!