Sawtooth Wave PtByPt VI

Owning Palette: Signal Generation PtByPt VIs

Requires: Full Development System

Generates a sawtooth wave point by point.

This VI is similar to the Sawtooth 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
amplitude is the amplitude of sawtooth wave. The default is 1.0.
frequency is the frequency of sawtooth wave in Hz. The default is 1.
phase is the shift of the waveform, in degrees.
time is the independent variable. Set time to increment at a constant, positive rate.

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

sawtooth wave is the output sawtooth wave.

Sawtooth Wave PtByPt Details

sawtooth wave = amplitude × sawtooth(q)

where

and

q =(360 · frequency · time) + phase) mod (360), phase in degrees.