Error Correction Code - definition. What is Error Correction Code
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف


Error correction code         
  • A block code (specifically a [[Hamming code]]) where redundant bits are added as a block to the end of the initial message
  • A continuous code [[convolutional code]] where redundant bits are added continuously into the structure of the code word
  • A short illustration of interleaving idea
SCHEME FOR CONTROLLING ERRORS IN DATA OVER NOISY COMMUNICATION CHANNELS
Error-correcting code; Forward error correction; Error correcting code; Error correcting codes; Channel coding; Forward Error Correction; Error Correcting Code; Interleaver; Error correction codes; Channel Coding; Error-correcting codes; Bit-interleaving; Forward error correction code; Forward error correction codes; Error correction coding; Error correcting coding; Error-correcting coding; Bit interleaving; Error-correction code; Error-correction coding; FEC code; Forward error recovery; List of error-correcting codes
In computing, telecommunication, information theory, and coding theory, an error correction code, sometimes error correcting code, (ECC) is used for controlling errors in data over unreliable or noisy communication channels. The central idea is the sender encodes the message with redundant information in the form of an ECC.
Forward Error Correction         
  • A block code (specifically a [[Hamming code]]) where redundant bits are added as a block to the end of the initial message
  • A continuous code [[convolutional code]] where redundant bits are added continuously into the structure of the code word
  • A short illustration of interleaving idea
SCHEME FOR CONTROLLING ERRORS IN DATA OVER NOISY COMMUNICATION CHANNELS
Error-correcting code; Forward error correction; Error correcting code; Error correcting codes; Channel coding; Forward Error Correction; Error Correcting Code; Interleaver; Error correction codes; Channel Coding; Error-correcting codes; Bit-interleaving; Forward error correction code; Forward error correction codes; Error correction coding; Error correcting coding; Error-correcting coding; Bit interleaving; Error-correction code; Error-correction coding; FEC code; Forward error recovery; List of error-correcting codes
<algorithm> (FEC) A class of methods for controling errors in a one-way communication system. FEC sends extra information along with the data, which can be used by the receiver to check and correct the data. A CPU writing data to RAM is a kind of one-way communication - see error correcting memory and {error checking and correction}. (1996-10-02)
error detection and correction         
TECHNIQUES THAT ENABLE RELIABLE DELIVERY OF DIGITAL DATA OVER UNRELIABLE COMMUNICATION CHANNELS
Error-detecting system; Redundancy check; Error control; Error correction; Error-detecting code; Error detection; Error detector; Error checking; Error-correction; Error Control Coding; Error Correction; Error detecting code; Error Checking and Correcting; Error correction and detection; Error Detection; Error coding; Error detection code; Error recovery; Error-correcting; Error detection coding; Error detection & correction; EDAC (Linux); Bluesmoke (Linux); Error checking and correcting
<algorithm, storage> (EDAC, or "error checking and correction", ECC) A collection of methods to detect errors in transmitted or stored data and to correct them. This is done in many ways, all of them involving some form of coding. The simplest form of error detection is a single added {parity bit} or a cyclic redundancy check. Multiple parity bits can not only detect that an error has occurred, but also which bits have been inverted, and should therefore be re-inverted to restore the original data. The more extra bits are added, the greater the chance that multiple errors will be detectable and correctable. Several codes can perform Single Error Correction, Double Error Detection (SECDEC). One of the most commonly used is the Hamming code. At the other technological extreme, cuniform texts from about 1500 B.C. which recorded the dates when Venus was visible, were examined on the basis of contained redundancies (the dates of appearance and disappearance were suplemented by the length of time of visibility) and "the worst data set ever seen" by [Huber, Zurich] was corrected. RAM which includes EDAC circuits is known as {error correcting memory} (ECM). [Wakerly, "Error Detecting Codes", North Holland 1978]. [Hamming, "Coding and Information Theory", 2nd Ed, Prentice Hall 1986]. (1995-03-14)