Code Monkey home page Code Monkey logo

reed-solomon's Introduction

reed-solomon

Optimized Reed-Solomon GF(2^12) codec for Allwinner T113-s3 SoC

Based on the codec from Phil Karn KA9Q


Codec parameters when measuring:

K=3189 - number of data symbols

E=779 - number of parity symbols

1 symbol - 12 bit


Unoptimized codec:

Encoding: 23.1 FPS

Decoding (maximum error correction): 15.2 FPS

Search for syndromes (decoding without errors): 25.2 FPS


Optimized codec:

Encoded: 45.9 FPS

Syndrome search (without Decomposition): 26.7 FPS => Decoding: 15.8 FPS

Syndrome Search(4-Step Decomposition): 285.5 FPS => Decoding: 34.4 FPS


GCC Toolchain: arm-none-eabi v. 10.3

Compilation flags: -Ofast -mthumb -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=vfpv4 -mfpu=neon -ftree-vectorize -fno-math-errno -ffunction-sections -fdata-sections


Bibliography:

  1. https://ipnpr.jpl.nasa.gov/progress_report/42-43/43Q.PDF
  2. https://ipnpr.jpl.nasa.gov/progress_report2/42-52/52J.PDF
  3. https://ipnpr.jpl.nasa.gov/progress_report2/42-54/54K.PDF

reed-solomon's People

Contributors

rep-stosw avatar

Watchers

 avatar

Forkers

rsrg

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.