Skip to content

channel gain and users location #18

Answered by jhoydis
yacine074 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

The location of users and base stations can be set with the function set_topolgy.
In cell 12 of the tutorial, the model updates the user positions each time it is called through the method new_topology.

In cell 8, the line

h_freq = cir_to_ofdm_channel(frequencies, a, tau, normalize=True)

transforms the channel impulse responses into the channel frequency responses which are used for the simulation of OFDM transmissions. This is visualised in cell 9.

You can also call the function cir_to_time_channel to obtain the discrete time-domain impulse responses. This process is nicely explained in cells 10-14 of this tutorial.

The 3GPP 38.901 models only define the channels between users and b…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jhoydis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants