User Tools

Site Tools


prpl:signalgenerator

This is an old revision of the document!


<- PRPL reference <- Math

SignalGenerator

ArgumentsResultNotation
float float float bool int float [float float float bool int- float]

Description

float ARG1: The time (the X coordinate in the waveform)<br/> float ARG2: Frequency of the waveform<br/> float ARG3: PhaseShift of the waveform<br/> bool ARG4: invert the waveform<br/> int ARG5: Signal Type (0 to 6)<br/> Computes the value for a given signal waveform and pushes it to the stack.<p/> SIGNAL TYPES for ARG5<br/> 0 = NONE<br/> 1 = SINE<br/> 2 = SQUARE<br/> 3 = TRIANGLE<br/> 4 = SAWTOOTH<br/> 5 = RANDOM<br/> 6 = CONSTANT<br/>

Examples

SignalGenerator(GetUpdateCount 1.0 div(30) 0 false 3) ->sigValue 
trace(<-sigValue) 
prpl/signalgenerator.1480721630.txt.gz · Last modified: 2025/02/14 14:56 (external edit)