08-19-2009 07:05 AM - edited 08-19-2009 07:06 AM
Hello,
I want to have an average signal all 100 ms, I try to execute my VI but I have a problem I don't know how to solve it, where is the problem...
The error say that the amplitude of my waveform is 0 so he can't execute the vi, I expect that if the amplitude of the waveform was 0 the average signal would be 0... but there is a problem.
I put my vi here to be more precise.
Thank you.
Bye
08-19-2009 07:45 AM
What you are doing does not make any sense. Your DAQ Assistant is set to take only 1 sample. The function you are using requires a periodic signal - not a single dc value.
Why don't you set the sample rate and number of samples to acquire 100 msec worth of data and just take the mean of that? For example, a sample rate of 1k and 100 samples and eliminate the Wait function. The Statistics express VI has a mean function.