Error in BER plot for channel dataset generated using SionnaRT and OpenStreetMap #873
AnikRoy1997
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @AnikRoy1997, I cannot see from your example how the channels are generated. If they are not normalized, such a behavior can happen. It is also not clear from your code how many antennas you have to spatially separate the users. Could you provide a full code example that we can execute? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have imported a map from OpenStreetMap into blender, followed the steps as shown in the SionnaRT tutorial video to get the mitsuba file for importing in Sionna. In Sionna, I am using the following configuration to get the CIR,
Simultaneously, I am simulating a vehicle traffic simulation (a 4 vehicle platoon) using SUMO and PLEXE. From the PLEXE, I am getting the positions of the vehicles and am placing the transmitters at those locations in the map. For the receiver, I have placed it in close vicinity of the vehicles. The ray traces look like this,

Then I create a link level model using the following code,
Here, the "BinaryRep()" takes as input the vehicle's data (position, velocity, acceleration), converts them to 32-bit binary representations for transmission over the link model. For each vehicle's data transmission to the base station, I am plotting the BER over the set of Eb/No (dB) values [-20,-10,0,10,20,30,40,50]. I have set the batch_size as 100, maximum iterations as 100, number of target bloack errors as 10, and soft_estimates=True. For this i am getting the BER plot as,

The BER values at 10dB are as high as 0.5, which is not usual for a given ofdm channel. Can you suggest where am I going wrong in this?
Beta Was this translation helpful? Give feedback.
All reactions