09-14-2008 05:50 PM
Hi:
I am acquiring a signal from a scope, that signal must have a frequency of KHz, and a amplitude between 4.8 and 5.2 volts.
How can with lab view verify that the signal have the correct parameters??
09-14-2008 07:48 PM
09-18-2008 08:41 PM
yes mi scope works for this...
And i use the single tone, the amplitude that give the vi its correct, but the frecuency give .000112.
Do you have idea why?
Also i try to use the multiple tone information but i dont know what kind of indicator i have to put to read my measurements...
09-18-2008 09:01 PM
My guess it that all that you did was wire up a array of DBL/SGL to the input. This function requires you to use the waveform data type. The waveform data type includes a dt value. This is necessary for the frequency to be correctly calculated. Otherwise, it will assume a sample rate of 1. You can easily convert a DBL/SGL array to a waveform data type with the Build Waveform function. You can get the sample rate from the scope or from you code where you set it.
For the Extract Multiple Tone, just right click on the output and select 'Create Indicator'. That works for any LabVIEW function by the way and you can right click on any function input and select 'Create Control'.
09-18-2008 09:15 PM
09-18-2008 09:29 PM
Dennis thx, finally i can take my data and it is corret
REGARDS!!
09-18-2008 09:37 PM