Skip to content

Custom Pilots #36

Answered by jhoydis
janfromme asked this question in Q&A
Jul 6, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi Jan,

You can actually define arbitrary pilot patterns over a resource grid. Please check the API documentation https://nvlabs.github.io/sionna/api/ofdm.html#pilot-pattern.

The mask, which defines which resource elements are reserved for pilots, has shape [num_tx, num_streams_per_tx, num_ofdm_symbols, num_effective_subcarriers]. Thus, you can define for every stream of every transmitter an arbitrary pattern consisting of subcarrier and OFDM symbol indices.

Note that the mask only defines which resource elements are reserved for pilots. The pilots tensor of shape [num_tx, num_txt_ant, num_pilots] then defines what is actually transmitted on these reserved resource elements.

You can see i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@janfromme
Comment options

Answer selected by jhoydis
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