I made a program to compute block turbo decoding.
It already works perfectly outside IT++.
I now want to insert it in IT++.
However when I use the BCH block codes of IT++, my program does not work anymore because I find that the BCH codes are not in systematic form.
I do not understand in a coded word where are the information bits and where are the parity bits.
Could you please help me.
Many thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For the exact same reason (Block Turbo Codes), I needed a systematic BCH option as well. So I wrote it. If you still need it, I can send it to you. I have also uploaded the patch in the feature request forum.
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I made a program to compute block turbo decoding.
It already works perfectly outside IT++.
I now want to insert it in IT++.
However when I use the BCH block codes of IT++, my program does not work anymore because I find that the BCH codes are not in systematic form.
I do not understand in a coded word where are the information bits and where are the parity bits.
Could you please help me.
Many thanks in advance.
Fanny,
For the exact same reason (Block Turbo Codes), I needed a systematic BCH option as well. So I wrote it. If you still need it, I can send it to you. I have also uploaded the patch in the feature request forum.
Steve