On Sat, Nov 29, 2008 at 09:28:50PM +0100, Marco Maso wrote: > I'm currently working with BCH codes yet, since September, and after > having solved my initial problems I receive a new error if i try to > encode a word of length ~ 2^18 I receive: > > error: invalid order 18 for Galois Field > > To give evidence of the fact I can post an example:
The galois field code is hard coded not to allow anything above GF(2^16). Some the tables and code becomes pretty slow after that. I believe Matlab has the same limitation, or at least it didn't when I wrote this stuff. D. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev