Page 1 of 1

Adding Random "Noise" to y=f(x) Generated Curve

Posted: Thu Aug 11, 2005 2:22 pm
by raydela
Hello David,

I would like to use DPlot to create a graphic file to imbed in a document which illustrates a digitally sampled "noisy" sinewave. However, I noticed that DPlot does not provide a "random" function. Can you add this function?


Thanks,

Ray D.

Posted: Thu Aug 11, 2005 6:29 pm
by DPlotAdmin
It's there. rnd(x) returns a random integer between 0 and x.

Posted: Thu Aug 11, 2005 8:24 pm
by raydela
Whoops- When I looked at the help and briefly scanned the list of available functions, I must have unconsciously breezed past "rnd(x)" thinking it meant "ROUND"

Thanks again!