How to integrate Sionna RT with Sionna PHY #1006
Closed
abidur0177
started this conversation in
General
Replies: 2 comments
-
|
I cannot run your code since I don't have access to the dataset of channel impulse responses. However, from reading the code, it looks correct. Note that you can also directly interface the ray tracer with the link-level simulation without using a pre-collected dataset. This approach might lead to slower simulations as the ray tracer would be executed on-the-fly. You can find an example in this tutorial. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks a lot. It worked |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have generated a time-varying Channel Frequency Response (h(t,f)) using Sionna RT and saved it in .npy format. Now, I would like to use this CFR to simulate OFDM transmission with Sionna PHY.
Below are the parameters I am considering:
Shape of h(f,t) = (128, 1, 4, 1, 1, 14, 76)
(batch_size, num_rx, num_rx_ant, num_tx, num_tx_ant, num_ofdm_symbols, num_sc)
Question: Is my implementation appropriate?
Beta Was this translation helpful? Give feedback.
All reactions