Marco Maso wrote:
> I have made some tests. Now when I try to create a BCH code with
> n=262128 and k=261960, with a generator polyonomial of grade 168 I
> receive:
>
> error: primitive polynomial (0) of Galois Field must be irreducible
> error: unable to initialize Galois Field
>
>   
>   
Note that the galois field is represented internally as an Array2<int>. 
So on a 32-bit platform I'd say grade 31 is the maximum supported, on a 
64-bit platform it would be grade 63.. To go above that the code would 
need significant changes

D.


-- 
David Bateman                                [EMAIL PROTECTED]
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to