Homework 2 (Due: September 18)

[PDF]

ECE 732: Mobile Communication Systems
Prof. B.-P. Paris
Homework 2
Due: September 18, 2018

Reading:
Goldsmith chapters 2 and 3.
Problems
  1. Link Budget
    A wireless communication system’s transmitted signals are attenuated according to the following path loss model:
    LP (dB ) = - 50 + 10 ⋅ log10(fc) + 30 ⋅ log10(d ),

    where d denotes the distance between transmitter and receiver in meters and the carrier frequency fc = 1 GHz. Further, the system is characterized by

    • transmit and receive antenna gains GT = GR = 0 dB,
    • receiver implementation loss LR = 2 dB,
    • noise figure F = 2 dB,
    • thermal noise PSD kT0 = -174 dBm/Hz,
    • signal bandwidth and symbol rate B = RS = 1 MHz,
    • required ES-
N0 = 10 dB.

    1. Compute the receiver sensitivity.
    2. Assuming the transmitter power equals 1 Watt, what is the transmission range d?
    3. How much transmit power is required to communicate over a distance of 2 km.
    4. For a given transmit power, by how much does the range increase if the symbol rate RS is reduced to 100 KHz?
    5. Assume now that the path loss is subject to log-normal fading with standard deviation σ = 4 dB. Assume further that the system is characterized by the parameters tabulated above and that the transmit power equals Pt = 30 dBm.

      What is the probabability that ES-
N0 is below 10 dB?

    6. What provisions must be made to ensure that the probability that ES-
N0 is below 10 dB is smaller than 10-3?
  2. Modify the MATLAB function two_ray_loss.m to include a second reflector. For example, you may include a wall behind one of the antennas. Plot the resulting path loss; you may use plot_two_ray_loss.m as a starting point. Describe what you did and explain if the path loss makes sense.
  3. Goldsmith: Problem 2.18
  4. Goldsmith: Problem 2.23
  5. Goldsmith: Problem 2.25