Monday, April 4, 2011

Free Space Propagation Model

In any wireless communication system power received by receiver and the path loss are important parameters to be considered. There are several models to calculate these parameters, but the general and easiest one is the free space propagation model. This model is able to calculate power received and path loss for far field. The mathematics of this model is Friss’s free equation which is as follows:
Pt is transmitted power. Pr is received power. Gt is gain of transmitter. Gr is gain of receiver. λ is wavelength. d is distance between transmitter and receiver. Similarly the path loss is 
I have created a Matlab GUI that calculates power received and path loss using above two formulas. It also plots them in dBm amplitude with respect to distance in x-axis. It looks like as follows:
figure: GUI of free space model

It takes input parameters as: Tx power (Pt), frequency (f), transmitter gain (Gt), Receiver gain(G­r) and distance(d). From calculation, it shows Rx power (Pr), path loss (PL) in dBm. It has graph scheme which plots graph of received power vs tx-rx distance and path loss vs tx-rx distance respectively.

Interested can download freespace.m and freespace.fig files, click here.
(Reference: Wireless Communication by Theodore S. Rappaport)

4 comments:

  1. Hi, I'm interested in download freespace.m and freespace.fig files, but I could'nt, could you help me?, thanks!!

    ReplyDelete
  2. I can provide m-file and figure file. Contact me in my mail...:)

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
  3. hi, i also interested on it. Can u send me the file? tq

    ReplyDelete

Visualization of Electromagnetic wave in MATLAB

Wave is imaginary and mysterious thing to us. Many of them are invisible and we even don’t know their pres...