Skip to content

C++ code of some popular error detection and corrction methods

Notifications You must be signed in to change notification settings

sadjadasadi/ErrorDetection-Correction

Repository files navigation

ErrorDetection

This project contains C++ codes of some error detection and correction methods. these methods tested on memory structure data.

  • methods:
    parity, combinational parity, 2D-parity
    single checksum, Honeywell checksum, residue checksum
    CRC(Cyclic Redundancy Check), combinational CRC
    Hamming

Steps

  1. Config desire memory(Header):
    rows, cols values
    call create_memory()
  2. Set Fault parameters (Header):
    Fault_No or Parity_NO ,..
  3. Uncommect method and run ErrorDetection

About

C++ code of some popular error detection and corrction methods

Topics

Resources

Stars

Watchers

Forks

Languages