01-25-2010 11:20 AM
01-25-2010 03:08 PM
I really don't understand your question but I will make some suggestions. Since you are working with an express vi you are working with the Dynamic Data type. On the Express function pallette under the Signal Manipulation pallette is the from dynamic data type vi. This will convert your data to something you can use. For example you could convert it to a waveform type of data and extract multiple tone.vi for frequency information.
Hope this helps
01-25-2010 03:34 PM
01-25-2010 03:49 PM
01-25-2010 04:17 PM
01-25-2010 04:39 PM
If you convert each output of the spectral measurement to a waveform data type (or 1D waveform data type), you can use the Get Waveform components function to get the dt - in your case it's actually df. With a t0 of 0, and the dt, that is how the x axis is displayed.
Actually, you don't need to get the dt from both since they will be the same.
If you continue to have problems, just attach your code.
01-25-2010 04:54 PM
In addition to Dennis's great advice. Use the context help (Ctrl+H). Use the example finder under the block diagram help>>Hardware Input and Output>>DAQmx>>Analog Measurements>>...Voltage>>Acq&Graph Voltage-Int Clk.vi is a good place to start.
Use the add attachments button at the bottom of the Reply to Message page to include your code or at least an image of the block diagram (.png or .jpg...no bitmaps please).
01-26-2010 04:38 PM
01-26-2010 07:11 PM
01-26-2010 09:01 PM