Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Simulating a statistical model: Write short MATLAB code to do the following. You do not need to run the code, just write the code. 1
Simulating a statistical model: Write short MATLAB code to do the following. You do not need to run the code, just write the code. 1 (a) Suppose nrx=1000 RX locations are randomly located uniformly in a circle of radius rmax = 100 m from the origin. Generate a random vector dist2 representing the random distances from the origin of the RX locations. (b) Assuming the transmitter is at the origin at a height htx=2 m higher than the RX, compute the distances dist to the RXs. (c) Assuming a path loss model, P L = 32.4 14.3 log10(d [m]) 20 log10(fc [GHz]) , N (0, 2 ), [dB] generate random path losses to the RXs. Assume = 4 dB and fc = 2.3 GHz. (d) Finally plot a CDF of Es/N0 with transmit power, Ptx = 15 dBm, bandwidth B = 20 MHz and thermal noise N0=170 dBm/Hz
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started