How can I generate various y=f(x) wave forms using nyquist/audacity?
I’d like to work with this:
https://www.wolframalpha.com/input/?i=plot+x%5E3++e%5E(sin+(+x++3))+*+0.00001,+x%3D0+to+33
Thanks.
How can I generate various y=f(x) wave forms using nyquist/audacity?
I’d like to work with this:
https://www.wolframalpha.com/input/?i=plot+x%5E3++e%5E(sin+(+x++3))+*+0.00001,+x%3D0+to+33
Thanks.
There’s an example in my most recent reply to your other topic: https://forum.audacityteam.org/t/audacity-pemf-tone-generators/45164/15
This example generates a pulse derived from: y = c^-(x^2)
In brief, create an array to hold the ‘y’ values, and populate the array, mapping the array index values to ‘x’ values. Then use the “snd-from-array” function to translate the array into a sound (http://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/manual/part6.html#index158)
Goldwave audio-editor has a function-generator which does that sort of thing …
https://www.goldwave.com/features.php#Evaluator
I thought this sounded interesting, so I’ve written a little plug-in here: https://forum.audacityteam.org/t/expression-generator/45227/1