Summary: Build a LabVIEW subVI to measure the bit error rate (BER) between two bitstreams.
![]() |
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 |
bitstream A -- 1-D Boolean array bitstream B -- 1-D Boolean array Parentheses ( ) indicate default value; square brackets [ ] designate units.
error bitstream -- 1-D Boolean array BER, bit error rate -- DBL error count -- I32 array size mismatch -- Boolean bitstream A and
bitstream B at each array index. The output error count
indicates the total number of bit errors.
error bitstream output indicates T (true) at
each index value where a bit error occurred. Absence of bit errors is indicated by F (false).
NaN ("Not a Number") if the two inbound bitstreams do not have the same length.
array size mismatch will be active (T) when
the two bitstreams do not have the same length.
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"