College of Computer Science

Northeastern University

COM3525: Wireless Networks

 

Winter 2002

February 20th, 2002

 

Assignment 3 (Due February 28th, 2002)

 

 

 

A mobile terminal is communicating with a base station using a carrier frequency fc = 1500MHz. The communication antennas have gain G = 1. The data rate of the communication is 100Kbps and the transmission power is 1W. We assume that the noise power density is N0 = 10-11 W/Hz and that there is no other source of interference. The modulation is BPSK and is coherently demodulated.

 

 

 

Notes: in Matlab you can use the function erfc. If you use C/C++ you would have to input the Q function table in your program.

 

ERFC: Complementary error function.

    Y = ERFC(X) is the complementary error function for each element

    of X.  X must be real.  The complementary error function is

    defined as:

 

      erfc(x) = 2/sqrt(pi) * integral from x to inf of exp(-t^2) dt.

              = 1 - erf(x).