03-17-2009 11:24 AM
Hi,
I have some questions about averaging mode. When I generate a sine wave signal from an output channel to two input channels to see whether my DAQ board works well and use vector averaging in power spectrum to get DFT, the amplitudes was different from the previou one of the amplitude, which was supposed to be 1 v peak. They varied from 0.5 v to 0.6 v peak. When the averaging model is RMS, the amplitudes were close to 1. I am wondering what are the fomulas of RMS and vector averaging.Does that mean I could not get accurate data if I use vector averaging? In the frequency response step, why did I get difference coherences and magnitudes by using vector and RMS averaging?
Thanks,
Ningyu
Solved! Go to Solution.
03-18-2009 10:57 AM
rico1985,
What VIs (name specifically) are you wondering about? You can look at the logic behind the VIs by double left clicking the icon. This will open up the front panel and block diagram of the VI so you can look at the math logic itself.
03-18-2009 10:58 AM
03-18-2009 03:01 PM
Hi Grant,
Thank you for your reply. I am using Labview Signal Express 3.0. Although it has some explanations for each box and step, I still feel confused about some steps. In the DAQmx Generate Analog Output step, what are the differences among1 sample, N samples and continuous samples in the generation mode step? Does the setup of Signal Output Range have some influence on the qualisy of the data aquisition?
What does "Additional Timing Settings" mean in Advanced Timing? And I feel confused about how to set up the terminal configuration.
Thanks a lot.
03-19-2009 11:23 AM
rico1985,
The differences in the generation modes are as they sound: 1 sample only outputs one sample per write, N Samples will output however many samples you configure it for every write, and the Continuous Samples will output samples continuously until a user specified action happens (you press the stop button or some logic that you created gets fulfulled). The Signal Output Range allows you to set a high and low level celing for your output signal and it only influences the quality by keeping it within this range. Additional Timing allows you to set a timeout for the time in between sample aquisition. If a new sample doesn't become available before the timeout setting then you will get an error. This is useful for watching a network because if the network goes down and you stop getting data from a machine then you would like to know about it. I want to point you to these videos which are short tutorials on how to do most of these actions in SignalExpress.The SignalExpress 3.0 Help File is also your first point of contact for all of your getting started questions. These two resources should get you up and running in SignalExpress in no time. (by the way all of your questions were answered using these resources) Cheers!!
03-25-2009 09:17 PM
03-26-2009 09:47 AM