filmov
tv
Data Structures and Algorithms - Lab 6

Показать описание
Lab 6 is focused on Forward Error Correction (FEC), using Hamming codes as Error Correcting Codes (ECC). This lab implements FEC by walking students through the process of writing a function that multiplies matrices and then uses this function to implement (7, 4) Hamming code based error detection and correction.