10-12-2009 12:12 PM
I am trying to read an ADPCM signal and make my own player for this so I can analyze the data. I tried using the serial visa's with no success. I am guessing I need some different software for this purpose.
Do I need the modulation toolkit for this or is there some other way to read this I am missing.
The output signal looks like serial data ranging from +5v to -5v.
Any suggestions, thanks.
10-13-2009 03:38 PM
Hi BernieSAIC,
How are you trying to read this signal? via serial? or through a DAQ card?
10-13-2009 03:48 PM
10-14-2009 05:47 PM
To see the waveform, do you know what command the freeware sends to retrieve the waveform?
Alternatively, when the freeware obtains the waveform, is there a way to export that data from the freeware? If so, you could use the System Exec VI or Open Application Reference VI to programmatically launch the freeware and export the data from it.
10-15-2009 07:29 AM
I tried to find the file it uses to collect data but was unsuccessful.
I have no clue what commands the freeware uses.
I will look further into finding the data file but am also open to other suggestions. Thanks for the help so far.
10-16-2009 03:10 PM
BernieSAIC wrote:
I am reading this through the Rx of the serial com port. So in essence I just want to monitor this pin and decode the data to a graph.
Is this signal continuously coming through this pin? or is it sent only when you ask for it?
10-19-2009 07:02 AM
When I turn the modulation on on the Signal generator the waveform will start. Withou tthe modulation on it just reads no signal (noise).
BK
10-20-2009 05:35 PM
Hi BK,
Most times, when you want data from a serial device, you need to query it and then it sends the data. However, it sounds like yours is continuously streaming data (whether it's an actual signal or just noise). NI VISA Read should be able to interpret this data but needs to know certain characteristics about the way the data is sent such as the stop bit and parity bit or else it won't know how to interpret the data it reads. This is the kind of information you should be able to get from the signal generator manual.