From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Example Code

Signal Separator Using LabVIEW

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW

Code and Documents

Attachment

Download All

Overview

This program will take a generated signal (in this case a sine wave) break it up into 4 parts and plot each part while giving the user the ability to modulate the amplitude and frequency.

 

Description

This VI firstly generates a sine wave of 256 dots and plots it out in the XY graph. Then separates it into four parts and adjusts the X coordinates and Y coordinates of the waveform to modulate the frequency and amplitude according to user designation.

 

Requirements

  • LabVIEW 2013 (or compatible)

 

Steps to Implement or Execute Code

  1. Run the VI.
  2. Move the slider control and check the plot change

 

Additional Information or References

VI Snippet of Block Diagram

sni.png 

 

 

 **This document has been updated to meet the current required format for the NI Code Exchange. **

Joel I.
Applications Engineer
National Instruments

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.