Sine Wave PtByPt (Not in Base Package)

Generates a sine wave point by point. Details

amplitude is the amplitude of sine wave. The default is 1.0.
f 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.

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

sine wave is the output sine wave.

Sine Wave PtByPt Details