SawWave Function

Generates a sawtooth curve


Description

The functionSawWave creates a periodic sawtooth wave starting with the lowest value.


Syntax

SawWave (Length, Period, LowValue HighValue)

SawWave (Length, Period, LowValue HighValue, Delay)


Parameters

Length

The number of samples to generate.


Period

Number of samples for a full sawtooth period.


LowValue

Minimum value.


HighValue

Maximum value.


Optional Parameter

Delay

Delay on the timeline X. Must be zero or positive.


Example