- Description: Build a bitstream by accumulating bits on demand. This subVI is intended for point-by-point processing within a for-loop or while-loop structure.
- Category: Bitstream regeneration ("regen" prefix)
Inside Collection (Textbook): Communication Systems Projects with LabVIEW
Summary: Build a LabVIEW subVI to build a bitstream by accumulating bits on demand.
![]() |
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 |
bit in -- Boolean save bit -- Boolean Parentheses ( ) indicate default value; square brackets [ ] designate units.
bitstream out -- 1-D array of Boolean bitstream out array is empty on the first call to the subVI.
bitstream out array values are retained from one subVI call to the next.
save bit is T the bit in value is
appended to the bitstream out array, otherwise the array returned unchanged.
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"