Giter VIP home page Giter VIP logo

5g-crc-calculator's Introduction

5G NR CRC Calculator - PHY Layers

5G NR CRC calculator and validator implementation as per 3GPP TS38.212-f20 standard. 5G NR TS specifies the following CRCs/generator polynomials:
1.gCRC24A(D) - 24-bit CRC - D^24+D^23+D^18+D^17+D^14+D^11+D^10+D^7+D^6+D^5+D^4+D^3+D+1
2.gCRC24B(D) - 24-bit CRC - D^24+D^23+D^6+D^5+D+1
3.gCRC24C(D) - 24-bit CRC - D^24+D^23+D^21++D^20+D^17+D^15+D^13+D^12+D^8+D^4+D^2+D+1
4.gCRC16(D) - 16-bit CRC - D^16+D^12+D^5+1
5.gCRC11(D) - 11-bit CRC - D^11+D^10+D^9+D^5+1
6.gCRC6(D) - 6-bit CRC - D^6+D^5+1

This program is a matlab implementation for interactively computing the CRC and validating the same for any user-chosen CRC for the above list.

5g-crc-calculator's People

Contributors

vmelachervu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.