Skip to content

Changing the channel models in Neural Receiver for OFDM SIMO Systems to UMi, RMa and UMa #252

Closed Answered by OmSahoo-Work
yhuwhai asked this question in Q&A
Discussion options

You must be logged in to vote

You can create a 3d channel example UMA like this and give it in the parameter of the end to end model and make sure to keep the batch size same and you can use the model with these channel also.

UMA = sionna.channel.tr38901.UMa(carrier_frequency=CARRIER_FREQUENCY,
                             o2i_model="low",
                             ut_array=UT_ARRAY,
                             bs_array=BS_ARRAY,
                             direction=DIRECTION,
                             enable_pathloss=False,
                             enable_shadow_fading=False)

Hope it helps :)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@yhuwhai
Comment options

Comment options

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