LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the number of averages for doing octave analysis

Hi
 
I am using a 4472 DAQ for continuously acquiring time domain signal and doing octave band analysis using Sound and vibration tool kit. How can we set the number of averages while doing the Octave analysis. All  the other FFT vi like FRF, Auto Spectrum, Cross Spectrum have an option for setting the number of averages and then the vi runs for those many averages and it stops. How this same logic can be applied while doing octave analysis.
 
Regards,
 
Ankit
0 Kudos
Message 1 of 3
(2,586 Views)
Hi Ankit,

You may want to consider using the VI in a for loop.  By wiring the "number of averages you wish to complete" to the count terminal ("N'), you can control how many times the VI runs.

Hope this helps,

Jennifer O.
0 Kudos
Message 2 of 3
(2,565 Views)
Jennifer:
 
Thanks.
 
Regards,
 
Ankit
0 Kudos
Message 3 of 3
(2,556 Views)