04-01-2007 07:40 PM
04-02-2007 10:20 AM
Hello InstaAX,
Perhaps a quick fix, if you are only concerned with how it sounds, would be to change the dt of the time between points. If your data is in a waveform, than this is pretty straightforward, Get Waveform Property>dt; dt/2> Build waveform[dt]. However, this would also be twice as fast (like a sped up tape).
If you want to keep the same speed, but higher pitch, you will need to modulate, then demodulate the signal with twice the frequency. This is the trick that all the "chipmunks" albums use. I have to admit that I have only done this is MATLAB, but the corresponding functions certainly exist in LabVIEW, and I will do a little searching to find the exact ones.
-Mello
04-02-2007 12:32 PM