Summary: Build a LabVIEW subVI to create transmitter sync pulses to indicate the start and end of a bit interval.
![]() |
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 |
message length (10) -- I32 Tb, bit interval [s] (1) -- DBL fs, sampling frequency [Hz] (10) -- DBL Parentheses ( ) indicate default value; square brackets [ ] designate units.
start bit interval -- 1-D array of Boolean end bit interval -- 1-D array of Boolean samples per bit interval -- I32 samples per bit interval indicates Tb times fs sample points.
start bit interval and end bit interval each contain
message length times samples per bit interval elements
in which T indicates the boundary of a bit interval.
start bit interval is T. The remaining elements for the bit
interval are F.
end bit interval is similar to start bit interval, except the T element
occurs at the end of a bit interval.
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"