- Description: Create the generator matrix (G matrix) for the (n,k) Hamming linear block code, as well as the parity matrix (P matrix), given the number of checkbits "q" and the message length "k".
- Category: Hamming (n,k) block code ("hamming" prefix)
Inside Collection (Textbook): Communication Systems Projects with LabVIEW
Summary: Build a LabVIEW subVI to create the generator matrix (G matrix) for the (n,k) Hamming linear block code.
![]() |
This module refers to LabVIEW, a software development environment that features a graphical programming language. Please see the LabVIEW QuickStart Guide module for tutorials and documentation that will help you: |
| • Apply LabVIEW to Audio Signal Processing | |
| • Get started with LabVIEW | |
| • Obtain a fully-functional evaluation edition of LabVIEW |
q, checkbits (3) -- I32 k, message length (4) -- I32 Parentheses ( ) indicate default value; square brackets [ ] designate units.
G matrix, k by n -- Real Matrix P matrix, k by q -- Real Matrix View the screencast video in Create a SubVI in LabVIEW to learn the mechanics of subVIs.
Refer to the Figure 1 screencast video for LabVIEW coding tips and techniques specific to this subVI.
"Starting point collection that gathers all modules from this course"