- Description: Generate a bitstream from a random number generator. The probability of generating a 1 can be controlled, as can the value of the random number seed.
- Category: General-purpose utility ("util" prefix)
Inside Collection (Textbook): Communication Systems Projects with LabVIEW
Summary: Build a LabVIEW subVI to generate a bitstream from a random number generator.
![]() |
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 |
length (128) -- I32 ones probability (0.5) -- DBL seed (-1) -- I32 Parentheses ( ) indicate default value; square brackets [ ] designate units.
bitstream out -- 1-D Boolean array 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"