ISAC-Sim

Parity Check Code

Simplest error detection code, adding 1 parity bit

Real-World Applications

Parity bits in computer RAM, UART serial communication (RS-232/485 industrial control). Although it can only detect odd number of errors, it is still widely used in low-error environments due to minimal overhead (only 1 bit).

Experiment Steps

  1. Detection Capability: Can only detect odd number of errors

Simulation Experiment

Loading...
Parameters(Real-time)
Data Length8 bit
Type (0=Even, 1=Odd)0
Error Rate0.1

Functions: models.phy.parityBit, models.phy.checkParity