Inputs type of Neural_Receiver for SIMO OFDM System #755
nnk14102002
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @nnk14102002, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a question about Neural_Receiver for SIMO OFDM System.
Currently, the model input is receiving a tensor with a fixed size full of resource grid.
So when the input of the decoder block changes depending on the configuration at the transmitter (ex: 20RB, 30RB or 50RB ...)(in a slot 14 symbols). What do you think about a solution to divide a large block into many small parts of 1 or 4RB x 14 symbols to fix the input size for the model while still adapt to the change in the size of the input data block.(That means we only train the model with input size which can be only 4RBx14symbols)
Does this solution ignore some correlation information (e.g. about the transmission channel) between RBs in the same large allocated data block like when using full resource grid? This makes it difficult for the model to achieve convergence?
Beta Was this translation helpful? Give feedback.
All reactions