07-21-2009 05:32 AM
Hello!
I use DAQ Assistant, and i have an analog input channel. I want to search the minimum value of my signal, in every second. So i want my vi, to write out the minimum value of the last second... (is it understandable?)
So in evrey secound a new value.
How can i do it?
( i use waveform min max.vi (programming->waveform->analog waveform))
Thanks!
Solved! Go to Solution.
07-21-2009 05:54 AM
Kolos wrote:...
How can i do it?
( i use waveform min max.vi (programming->waveform->analog waveform))
...
Hi Kolos,
what's wrong with it?
Mike
07-21-2009 05:54 AM
Use the DAQ Assistant as Continous mode with number of sample = Frequency to obtain 1 data block by second.
After your DAQ Assistant use the Express VI Statistics (Available in Signal Analysis) and check Minimum to determine the minimum of your Dynamic data.
07-21-2009 05:57 AM - edited 07-21-2009 05:59 AM
You can select a frequency for acquiring data and from it compare all the samples you have at each second and leave only one.
For example, if you have 1kHz, you have 1000 samples per second. If you set your DAQ buffer for 1000 samples and always get the minimum value of the acquired data (one per loop) you'll have the minimum value for each second.
(like J.DECHET said 3 min faster than me )
07-21-2009 06:02 AM
If my Rate is 44k Hz, then what will be my Sample? 44k?
07-21-2009 06:04 AM
07-21-2009 06:19 AM