Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ROHC CRC Calculation

Status
Not open for further replies.

rajavel.rv

Member level 3
Joined
Dec 1, 2010
Messages
66
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
Pondichéry, Puducherry, India, India
Activity points
1,685
Hi all,

I have a polynomial equation of CRC(cyclic redundancy check) for ROHC compression and decompression technique, the polynomial equation equation is shown below,

CRC 3-BIT : C(x) = 1 + x + x^3
CRC 7-BIT : C(x) = 1 + x + x^2 + x^3 + x^6 + x^7
CRC 8-BIT : C(x) = 1 + x + x^2 + x^8

Here, the problem is how can i write code for verilog HDL using this polonimal, what is input and input sizes, but the output is CRC3 = 3bit, CRC7 = 7bit, CRC8 = 8bit.

note : RFC Document of ROHC implementation not having a clear details for this CRC technique.

Anybody have a idea please give me a suggestion and send the link details.

Thanks Advance,

Best Regards,
Rajavel Ashokraj
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top