Skip to content

Implementing NOMA, OTFS into Sionna #56

Answered by jhoydis
cacent96 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • Define an OTFSResourceGrid which determines how pilots and data symbols are distributed in time and frequency. This would probably look similar to the sionna.ofdm.ResourceGrid. Maybe it could even be used as is.
  • Implement an OTFSModulator that maps a batch of constellation symbols to time-domain IQ samples that can be sent over a TimeChannel (again probably similar to the 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…

Replies: 1 comment

Comment options

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