artListToWaveform
artListToWaveform(l_xyPairs) =>o_waveform
Description
This function takes a list of X,Y points and translates it into a waveform. Each of the X,Y points is also in a list format. If Y points are represented in a list format, they are treated as complex numbers while creating the waveform.
Argument
Value Returned
Example
This waveform contains {1,3,5} as X and {2,4,6} as Y points.
artListToWaveform( ’(( 1 2 ) ( 3 4 ) ( 5 6 )) ) => o_waveform
Return to top