Sine Wave PtByPt VI

Owning Palette: Signal Generation PtByPt VIs

Requires: Full Development System

Generates a sine wave point by point.

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

sine wave(time) = amplitude*sin(frequency · time + phase)

sine wave is the output sine wave.

Sine Wave PtByPt Details