Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8954861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:24:31+00:00 2026-06-15T14:24:31+00:00

I am looking into implementing encoding and decoding for devices operating in noisy channel

  • 0

I am looking into implementing encoding and decoding for devices operating in noisy channel with burst errors. I have found that the most common techniques to overcome burst errors are the following:

  1. Reed-Solomon (RS) codes
  2. Fire codes
  3. Interleaving
  4. Concatenation
  5. Cascading

I presume in embedded systems, the most efficient way to implement polynomial based techniques to store relevant polynomials in lookup tables. However, the encoding and decoding involves fair amount of computation and just wondering how long these might take.

Any help would be appreciated.

==========

P.S.: Detection and correction both are necessary.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T14:24:32+00:00Added an answer on June 15, 2026 at 2:24 pm

    I don’t think there is any substitute for RS to correct block errors. Convolutional codes are quite fast (~15 amortized instructions per decoded bit for viterbi), but are only suitable for sporadic bit changes. Syndrome for BCH (binary) code (31,5) can be calculated even faster, but it has only capability of recovering 2 bits.

    This page discusses the complexity of full software implementations of long RS decoding:

     RS(255,251) - 12 Mbps
     RS(255,239) - 2.7 Mbps
     RS(255,223) - 1.1 Mbps
    

    Mapping 2-error syndrome to error locations achieved 12Mbps speed on 166MHz Pentium (using probably a look up table), which could be said to be 5-10% as efficient as todays typical embedded processors. The complexity of larger polynomials is about O(M*N), where M = block length, N=code length for the syndrome calculation and the Berlekamp-Massey algorithm. The Chien search seems to be often done brute force looping over all possible (255) roots and substituting them one by one to the error location polynomial — that has also a complexity of about O(M*N), as M=block size = 255 is about the same as the number of codewords (256).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a rails app that I am looking into implementing videos. I know
By looking into the Open JPA website i've found that i can log the
So I have been looking into implementing a lowest common ancestor algorithm. I looked
I am looking into implementing a simple crash report on my application that will
I am looking into implementing iCloud syncing into my iOS app. Do I have
I've been looking into implementing caching at Repository level using the .NET 4.0 Caching
i'm looking into implementing something similar to the li's in chrome extension page .
I am looking into making a c# program that will read in the logcat
I'm looking into implementing a web page to show the user's news feed with
Looking into possibility of making an USB distributed application that will autostart on insertion

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.