- Description: Modulate a baseband signal by a sinusoidal carrier wave that has unit energy as measured over a single bit interval.
- Category: Bandpass modulation ("bpm" prefix)
Inside Collection (Textbook): Communication Systems Projects with LabVIEW
Summary: Build a LabVIEW subVI to modulate a baseband signal by a sinusoidal carrier wave.
![]() |
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 |
waveform in -- waveform Tb, bit interval [s] -- DBL fc, carrier frequency [Hz] -- DBL fs, sampling frequency [Hz] -- DBL Parentheses ( ) indicate default value; square brackets [ ] designate units.
waveform out -- waveform carrier -- waveform waveform out is the product of waveform in
and the sinusoidal carrier signal
carrier is the output of the sinusoidal oscillator used to modulate the inbound signal.
View the screencast video in Create a SubVI in LabVIEW to learn the mechanics of subVIs.
Refer to the Figure 2 screencast video for LabVIEW coding tips and techniques specific to this subVI.
"Starting point collection that gathers all modules from this course"