-
|
In the It seems the intention is to average the channel estimates in groups of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @reubengs, Please have a look at this notebook, where the channel estimation with cover codes is explained. This should answer your question with respect to the noise variance reduction. I believe that the comment in the code "# Compute number of elements across which frequency averaging should Frequency-averaging is always done over two adjacent channel estimates. However, depending on the number of CDM groups, there might be "zeroed" channel estimates corresponding to resource elements on which nothing was transmitted to avoid interference with other CDM groups. This is also explained in the same notebook. That means that Hope that answers your question. |
Beta Was this translation helpful? Give feedback.
-
|
You could average over more channel estimates but this requires that the channel has a large coherence bandwidth. |
Beta Was this translation helpful? Give feedback.
Hi @reubengs,
Please have a look at this notebook, where the channel estimation with cover codes is explained. This should answer your question with respect to the noise variance reduction.
I believe that the comment in the code "# Compute number of elements across which frequency averaging should
be done. This includes the zeroed elements." creates a confusion for you.
Frequency-averaging is always done over two adjacent channel estimates. However, depending on the number of CDM groups, there might be "zeroed" channel estimates corresponding to resource elements on which nothing was transmitted to avoid interference with other CDM groups. This is also explained in the same notebook. That…