-
Hello Guys, I'm trying to create NOMA and OTFS model and use it in Sionna, Any comment or suggestion how I can do this? |
Beta Was this translation helpful? Give feedback.
Answered by
jhoydis
Oct 3, 2022
Replies: 1 comment
-
Hi, Sionna does not yet provide an OTFS module that you can use. Implementing it should not be difficult and would require roughly the following steps:
Hope that helps to get you started. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cacent96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Sionna does not yet provide an OTFS module that you can use.
Implementing it should not be difficult and would require roughly the following steps:
sionna.ofdm.ResourceGrid
. Maybe it could even be used as is.sionna.ofdm.OFDMModulator
). This could be very simple in case that you want to implement OTFS on top of OFDM (probably you would only need to compute an FFT over the OFD…