11-21-2006 09:56 AM
11-21-2006 12:22 PM
11-21-2006 01:34 PM
11-22-2006 01:47 AM
11-29-2006 09:45 AM - edited 11-29-2006 09:45 AM
Message Edited by Mellobuck on 11-29-2006 09:46 AM
04-09-2007 11:03 PM
04-10-2007 11:47 AM
04-11-2007 09:33 AM - edited 04-11-2007 09:33 AM
Hey There InstaAx,
So, let's say your audio signal is X, and your carrier is Y, you would put X and Y into the convolution function and get X * Y (X 'convolve' Y, not X times Y). To deconvolve, you input X*Y, and also need to input Y so that you can retrieve X. In your case, you would need to convolve X * Y1, then deconvolve giving it Y2 (higher or lower freq), to get a sped-up or slowed down X.
Looking through my library, I have it in my Signal Processing>Sig Operation, but I think that came with the Signal processing toolkit, which doesn't sound like it is on your computer. If you do have the ability to have MathScript, there are equivalents in Matlab M code to do this processing, which might be found on another forum. Otherwise, the math gets very messy to do it explicitly with the more basic LabVIEW functions.
-Mello
Message Edited by Mellobuck on 04-11-2007 09:39 AM
04-12-2007 11:29 AM
Thanks!
Well I sat here with the tech and we went through the 27 cds. We managed to find the signal processing toolkit. We installed it, but still no deconvolution. Oi
04-12-2007 02:07 PM