Reed-Solomon Decoder

Overview

Reed-Solomon codes are used to perform Forward Error Correction. FEC encoders introduce redundancy in data before it is transmitted. The redundant data (check symbols) are transmitted along with the original data through the channel. A Reed-Solomon decoder at the receiver is used to recover any corrupted data. This type of error correction is widely used in data communications applications such as hard disk and media storage (CD) systems, Digital Video Broadcast (DVB) and Optical Carriers (e.g. OC-192).

The codes are represented by the format RS(n,k) where n is the total number of s-bit wide symbols, and k is the number of s-bit wide information (data) symbols in a codeword. The Reed-Solomon Decoder performs detection and correction of encoded data available at the receiver after demodulation. The RS encoded data is then processed to determine whether any errors have occurred during transmission. Once the number of errors is determined, the decoder decides if they are within the range of correction. After determining this, the decoder corrects the errors in the received data

Key Features

  • Forward Error Correction (FEC) for Communication and Common Applications
  • Selectable Reed-Solomon Standards
    • CCSDS (255,223) . Consultative Committee for Space Data Systems
    • ATSC (207,187) . Advanced Television Systems Committee
    • DVB (204,188) . Digital Video Broadcasting
    • OC-192 (255,239) . Optical Carrier
  • Shortened Codes Supported
  • Errors/Erasures Supported
  • Supports Symbol Widths From 3 to 12 Bits, Corresponding to GF(8) to GF(4096) Respectively
  • User-Defined and Default Field and Generator Polynomials Supported
  • Error Measurement Information

Block Diagram

Reed-Solomon Decoder Block Diagram

Technical Specifications

×
Semiconductor IP