08-28-2007 01:11 PM
08-29-2007 05:34 PM
Hi jstarustka,
I am looking into the algorithm and polynomial a bit further, and will post back. If I understand the question correctly, you want to use the 31,21,2 input to the ‘BCH encoder.vi’, but change the polynomial it will use, correct?
Regards,08-30-2007 07:51 AM
That is correct. I would like to change the generator polynomial in the 31,21,2 option thereby bypassing the primitive polynomial and LCM derivation along with the error checking that the vi uses. I need to make some custom block codes for the system that I am working on. After digging through the vi I think that the primitive polynomial used for the 31,21,2 option is g(x)= x^5 + x^2 + 1 and the generator polynomial is g(x)=x^10 + x^9 + x^8 + x^6 + x^5 + x^3 + 1, but I am not sure so if you could verify this I would greatly appreciate it.
Thanks
Joe
08-30-2007 08:15 PM