Triangle Wave PtByPt VI

Owning Palette: Signal Generation PtByPt VIs

Requires: Full Development System

Generates a triangle wave point by point.

This VI is similar to the Triangle 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 triangle wave. The default is 1.0.
frequency is the frequency of triangle 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).

triangle wave is the output triangle wave.

Triangle Wave PtByPt Details

triangle wave = amplitude × triangle (q)

where

and

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