12-15-2015 04:28 PM
I am trying the saving the demodulated signal's sound.I used to FM demodulated example in labview communications system design suite but i can't save the sound.Can you help me? Thanks.
12-15-2015 04:49 PM
Hey,
I highly recommend taking a look at the File>Examples>Programming Basics>File I/O>Comma-Separated File IO example.
This example will show how to log a bunch of random numbers to a file. You can modify this to replace the random number generator with the FM Demodulated values.
Regards,