Hi everyone - it's me (again) *sigh*
I am currently retrieving traces from a agilent spectrum analyzer. These traces can start somewhere at 15MHz and end at 19MHz (just as an example).
Now I can do the following: Get the data (Y values), get the start frequency and get the stop frequency. From these I can retrieve the startT, deltaT and Y values, whereas these are not time values but frequency values. I can then feed this triple into cluster into a waveform graph, which displays the data perfectly. Until here, everything is fine.
Now I want to save that data into a file. I thought I could use this tdm format, because it would be an automatic process and could save me some time, BUT this requires a waveform format as input. Now this is something I do not really have, because I do not have a timestamp or anything similar in the frequency domain and my values don't necessary start from 0.
I am asking you, which would be the best way to save this information. I have three different graphs with three channels each. They should be logically kept together tight. Is there some way to do that or do I have to save Y - values separated from start/stop values?
TIA
Thomas