-
Hello Everyone. I'm going through the Sionna tutorial on Ray Tracing. I've followed the tutorial example up until the line:
I've used The point where I am confused is wrt the lines here:
I get a CRC fail if I specify non-zero speed values for RX. The CRC passes if I specify zero speeds for For comparison, I tried with Sionna's TDL model instead of the "paths.cir()" for RT, and in that case, I would get a CRC pass even with non-zero min and max speeds. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi everyone. It's been a few weeks since I made this post. I have not been able to resolve the issue. May I request for assistance/suggestions regarding this? Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, Could you share a minimal code snippet that reproduces the issue ? |
Beta Was this translation helpful? Give feedback.
-
Hi Fayçal. The issue I am having is with the Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Neil, In the code you shared, when invoking the Also, please note that there is currently a bug in |
Beta Was this translation helpful? Give feedback.
-
I see. Thank you very much for pointing out my mistake. Much appreciated. The program works now as expected. Thank you for also mentioning the issue 222. I will keep that in mind. Kind Regards, |
Beta Was this translation helpful? Give feedback.
Hi Neil,
In the code you shared, when invoking the
apply_doppler
function, the sampling frequency should match the bandwidth and not the subcarrier spacing.Also, please note that there is currently a bug in
apply_doppler()
(see #222).