Monte Carlo BER simulator for Polar Code #1097
Answered
by
niniogolem
niniogolem
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
niniogolem
Jan 16, 2026
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I found the solution! in case anyone has similar issues, the thing was that block fading due to h was distorting the code performance. I had to change to h by symbol instead of by block. so I plan to add an interleaver to the code with block fading, to simulate the same diversity. I have also made public my code. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
niniogolem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




I found the solution! in case anyone has similar issues, the thing was that block fading due to h was distorting the code performance. I had to change to h by symbol instead of by block. so I plan to add an interleaver to the code with block fading, to simulate the same diversity. I have also made public my code.