Square Wave PtByPt VI

Owning Palette: Signal Generation PtByPt VIs

Requires: Full Development System

Generates a square wave point by point.

This VI is similar to the Square Wave VI.

Note  By default, reentrant execution is enabled in all Point By Point VIs.

Details  

 Add to the block diagram  Find on the palette
duty cycle is the percentage of time a square wave remains high versus low over one period. The default is 50.
amplitude is the amplitude of square wave. The default is 1.0.
frequency is the frequency of square wave in Hz. The default is 1.
phase is the shift of the waveform, in phase.
time is the independent variable. Set time to increment at a constant, positive rate.

samples per period = 1/(frequency · time).

square wave is the output square wave.

Square Wave PtByPt Details

square wave = amplitude × square (p)

where