Sign in

username or email:

password:



Not a member?
Forgot your password?

Search compdsp



Search tips

Ads

Discussion Groups

See Also

Embedded SystemsFPGA

Discussion Groups > Comp.DSP

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

There are 6 threads in our archives.

You are looking at page 1 of 1.

The threads with the newest articles are listed first.

Galois field elements, m>16
0

nezhate - 2007-10-29 07:52:00
Is there any way to generate table of elements of Galois filed GF (2^m) with m> 16 ? because in matlab the arithmetic in Galois field can only deal with fields which have m ...Galois field elements, m>16

reed solomon: z transform vs fourier transform
0

nezhate - 2007-04-05 06:43:00
Hi all, I would like to have your opignon, which transform is better : Z-transform or Fourier transform for implementation of reed solomon codec? if it will be implemented on a DSP processor, what ...reed solomon: z transform vs fourier transform

Reed solomon-error correction
0

nezhate - 2007-03-08 22:08:00
Hi all, What does the reed solomon decoder outputs in the case when we have more than "t" errors to correct? Does he correct some errors and leave other errors as they came, or he will correct any...Reed solomon-error correction

Inverse multiplication - Fermat's theorem
0

nezhate - 2006-09-18 04:21:00
Hi all, Is there any documentation that explains how to do an inverse multiplication by using the Fermat's theorem ? cheers. ...Inverse multiplication - Fermat's theorem

2t error correction-Reed solomon
0

nezhate - 2006-08-13 06:06:00
Hi all, can any one tell why the Reed solomon codes can correct only 2t = n-k errors ? how to prove it Thanks ...2t error correction-Reed solomon

Re: Reed-Solomon encoder in Matlab
0

nezhate - 2006-08-07 17:43:00
ramsay wrote: > Hi, > > I am trying to use the Reed-Solomon encoder in the Matlab Communications > toolbox ( command rsenc). For example if you are trying to a (7,3) R-S > encoder. When yo...Re: Reed-Solomon encoder in Matlab