Free space

.docx

School

Conestoga College *

*We aren’t endorsed by this school

Course

TCOMM8040

Subject

Electrical Engineering

Date

Apr 3, 2024

Type

docx

Pages

6

Uploaded by DeaconFang13376 on coursehero.com

0
RADIO PROPAGATION -HATA OKUMURA MODEL Exercises 1. Write a MATLAB script to plot the free space path loss in dB as a function of distance changing from 1 km to 20 km in steps of 0.2 km. Assume that frequency is fixed at 900 MHz. In your report, include your script, Ans: % Write a MATLAB script to plot the free space. %Name=Arjun Singh %Date: 11/02/2024 % Free Space path loss vs distance % Parameters f = 900 %in MHz d = 1:0.2:20 % in kms %Calculating path loss Lp_dB = 32.44 + 20*log10(f) + 20*log10(d) Use semilogx(d,Lp_dB) 2. Using the plot obtained in Q1, shows that free-space attenuation increases by 6 dB when the distance doubles. 3. Write a MATLAB script to plot the free-space path loss in dB as a function of frequency changing from 150 MHz to 2200 MHz in steps of 10 MHz. Assume that the distance is fixed at d = 2 km. % Write a MATLAB script to plot the free space. %Name=Arjun Singh %Date: 11/02/2024 % Free Space path loss vs Frequency % Parameters f = [150:10:2200] % in MHz d = 2 % in kms % 4. Using the plot obtained in Q3, show that free-space attenuation increases by 6 dB when the frequency doubles.
RADIO PROPAGATION -HATA OKUMURA MODEL 5. Using MATLAB, solve this problem. % Write a MATLAB script to plot the free space. %Name=Arjun Singh %Date: 11/02/2024 % Pathloss for free space % Parameters hb = 100; % Antenna height of base in ft hr = 5; % Antenna height of mobile in ft d = 5000; % Distance range in ft Ref_Lp_dB = 10*log10(Ref_Lp) 6. Increase the distance in Q5 to 10,000 ft and compute both attenuation and compare using MATLAB.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help