Received Power Vs Distance

Hi Everyone;
My MATLAB code result in the received power increases with distance as shown in the figure in spite I use Friis formula. Where is my mistake.
Pr=Pt*Gt*Gr*lambda^2./16*pi^2.*(Z).^2; %Friis Formula

 Respuesta aceptada

Alan Stevens
Alan Stevens el 3 de Sept. de 2020

0 votos

If Z is distance then you should probably have
Pr=Pt*Gt*Gr*lambda^2./(16*pi^2.*Z.^2);
Note the position of the parentheses. In your version Z is on the numerator.

3 comentarios

A.J.M
A.J.M el 3 de Sept. de 2020
Thanks, Mr.Alan Stevens for your reply. I think the problem was solved as shown in the new figure. Are you mean that the problem was the parentheses? Is the formula correct for the received power?
Thanks a lot
Alan Stevens
Alan Stevens el 3 de Sept. de 2020
Yes, the problem was the positioning of the parentheses.
I've no idea if the formula is correct in total, but power almost certainly decreases with distance away from the source.
A.J.M
A.J.M el 3 de Sept. de 2020
Thanks a lot Mr.Alan Stevens.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 2 de Sept. de 2020

Comentada:

el 3 de Sept. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by