Re: Primitive polynomial over/of GF(p^m)



Hi, Jia

Primitive polynomial "for" GF(2^m) in Matlab
and
primitive polynomial "over" GF(2^m) in the given website
means the same.
The coefficients of the primitive polynomial are always
from GF(2).

One standard way to obtain the primitive polynomial over
GF(p^m) is to generate a random polynomial, see if it is
primitive, and try again if not.

Regards, Roman


.



Relevant Pages

  • Re: Primitive polynomial over/of GF(p^m)
    ... Primitive polynomial "for" GFin Matlab ... The coefficients of the primitive polynomial are always ... The primitive poly nomials generated by that website, ...
    (comp.soft-sys.matlab)
  • Re: digital filters
    ... I think part of the confusion in this discussion comes from the fact that the matlab conv function is an easy way to find the coefficients when you multiply two polynomials with each other. ... To cascade multiple filters represented in this manner you must multiply the frequency response of the filters represented by these polynomials. ...
    (comp.soft-sys.matlab)
  • Re: IIR-Butterworth digital bandpass filter coeeficients
    ... I got some parameters from Matlab Digital Filter ... know how to calculate the overall coefficients from given 5 stages' ... Need to learn how to apply control theory in your embedded system? ...
    (comp.dsp)
  • Re: Piecewise Polynomial in Matlab is WEIRD
    ... This seems very strange and I'm still unclear about why Matlab does this. ... I admit that this is a good reason. ... But if my total interval is small and I want to extract the coefficients to do analytic integration, what can I do? ... If coefs are the real coefficients as in the definition of spline, my code should look like this: ...
    (comp.soft-sys.matlab)
  • Re: Computing Moving Average filters coefficients
    ... coefficients only from 10,000 output data samples ) which I've been ... given on a DAT file. ... " I was asked to estimate,with Matlab, an MA model's coefficients ...
    (comp.dsp)