FEC

Share This
Categories: Digital Basics

Forward Error Correction (FEC) or Channel Coding is a technique used for controlling errors in data transmission over unreliable or noisy communication channels. The central idea is the sender encodes the message by adding some extra (or redundant) data, which is mathematically related to the data being sent. At the receiver, the maths is repeated, and if the data has been changed as a result of transmission errors it will show up. In some cases, it will even allow the error to be corrected, provided enough FEC data has been sent. In other cases, the error can merely be detected. In the latter case error concealment techniques can be used to hide the effect of the error.

See Also: Error detection, concealment and correction.