Comment 2 for bug 187458

Revision history for this message
Tom Davidson (tjd-mit) wrote : Re: Wiggly / Wave tool

Here's a quick mockup generated in Matlab. Is this what you were thinking of?

For reference, matlab code was:
>> t = 0:0.001:1;
>> plot(t,chirp(t,20,1,2))