05-04-2010 03:41 PM
Solved! Go to Solution.
05-05-2010 02:26 PM
Hey
It depends on what signal you want to demodulate. AM demod will be the simplest one. You multiply the carrier signal to the received signal and apply LPF. In order to do so you can use simple multiply functions in labview. For higher applicaitons like RF you can use modulation toolkit instead.
Good Luck
lab
05-05-2010 04:32 PM
Hi Lab_boy, sounds like a good idea, but I'm using DASYLab am trying to figure out with the tools it comes with how I could accomplish this. We'll be getting LabVIEW, but that item won't be ordered for a few months yet.
I also noticed that LabVIEW would be the preferred way to go if I could now.
05-06-2010 10:35 AM
Hello Bill,
I have never used DasyLAB, I would suggest you post this on DasyLAB forum, they are pretty active there.
goodluck
05-12-2010 12:27 PM
Although I wasn't able to demodulate the signal, using the FFT I was able to quickly isolate the frequency since my input was a clean sine wave.
Thanks to CJ for working up an earlier example that lead me down the path to implement the solution!