Summary: Build a LabVIEW subVI to normalize a received baseband signal according to the DC and RMS values of the preamble portion of the signal.
![]() |
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 |
signal in -- waveform preamble -- waveform Parentheses ( ) indicate default value; square brackets [ ] designate units.
normalized signal out -- waveform preamble DC value -- DBL preamble RMS value -- DBL preamble.
preamble.
normalized signal out by (1) subtracting the DC value
from signal in, (2) dividing by the RMS value, and (3)
multiplying by the square root of 2. The resulting signal has approximately zero average value
and lies approximately in the range ±.
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"