- Description: Multiply two matrices A and B under modulo-2 arithmetic.
- Category: Hamming (n,k) block code ("hamming" prefix)
Summary: Build a LabVIEW subVI to multiply two matrices A and B under modulo-2 arithmetic.
![]() |
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 |
A -- Real Matrix B -- Real Matrix Parentheses ( ) indicate default value; square brackets [ ] designate units.
A*B -- Real Matrix The subVI produces the matrix product of A and B subject to modulo-2 arithmetic. Since this subVI is intended for use on matrices populated only by the values 0 and 1, multiplication follows the standard arithmetic rules, while sums are computed using modulo-2 addition.
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.
""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"