M
Manfred Balik
Guest
How can I calculate the remainder of a polynomial division in an easy way
???
Thanks, Manfred
???
Thanks, Manfred
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Is this for a CRC?How can I calculate the remainder of a polynomial division in an easy way
???
Thanks, Manfred
It's not exactly a normal CRC, but it's a checking of a bitstream (I thinkOn Wed, 12 May 2004 10:12:48 +0200, "Manfred Balik"
e8825130@stud4.tuwien.ac.at> wrote:
How can I calculate the remainder of a polynomial division in an easy way
???
Thanks, Manfred
Is this for a CRC?
Regards,
Allan.
What is abnormal about it? Do you have a specification you can share?"Allan Herriman" <allan.herriman.hates.spam@ctam.com.au.invalid> schrieb im
Newsbeitrag news:i9o3a0dlq1jkau4lahbgfuhdqksv7ojud2@4ax.com...
On Wed, 12 May 2004 10:12:48 +0200, "Manfred Balik"
e8825130@stud4.tuwien.ac.at> wrote:
How can I calculate the remainder of a polynomial division in an easy way
???
Thanks, Manfred
Is this for a CRC?
Regards,
Allan.
It's not exactly a normal CRC, but it's a checking of a bitstream (I think
so).
On Wed, 12 May 2004 10:59:03 +0200, "Manfred Balik"
e8825130@stud4.tuwien.ac.at> wrote:
"Allan Herriman" <allan.herriman.hates.spam@ctam.com.au.invalid> schrieb
im
Newsbeitrag news:i9o3a0dlq1jkau4lahbgfuhdqksv7ojud2@4ax.com...
On Wed, 12 May 2004 10:12:48 +0200, "Manfred Balik"
e8825130@stud4.tuwien.ac.at> wrote:
How can I calculate the remainder of a polynomial division in an easy
way
???
Thanks, Manfred
Is this for a CRC?
Regards,
Allan.
It's not exactly a normal CRC, but it's a checking of a bitstream (I
think
so).
What is abnormal about it? Do you have a specification you can share?
What is the bit rate? This will determine the approach you take:
lower rates are handled in a bit-serial manner and higher rates are
handled in a bit-parallel manner.
The cutover between serial and parallel implementations will be
between 30-300Mb/s, depending on the technology and what clocks you
have available, etc.
Regards,
Allan.
How about a shifter and a few interposed xor gates.I have tried to program the algorithm like the mathematical division, but
it's much to slow and needs a vast number of logiccells
How can I calculate the remainder of a polynomial division in an easy way