- Description: Implement (n,k) Hamming linear block code error detection and correction using the "table lookup syndrome decoder" method. The syndrome calculated from a received stream of codewords is used as an index into the syndrome table to retrieve the most-likely error pattern, which subsequently is added (modulo-2 addition) to the received codeword to generate the corrected codeword output. Checkbits may optionally be removed from the output wordstream. Detected errors (single and double bit errors) are indicated separately.
- Category: Hamming (n,k) block code ("hamming" prefix)











""Communication Systems Projects with LabVIEW" features ten projects that draw upon a library of over 40 subVIs constructed as part of the project activities. Each module in this manual completely […]"
"Starting point collection that gathers all modules from this course"