I am working with labview software for analysing the data resulted from Piezo electric transducer using DAQ PCI-4452. I would like to know how to record the Averaga Signal Level. I could not find any VI (program) for fetting the data related to Average Signal Level (ASL). Can you send me a VI, thank you.
A simple way to do this would be to continue adding the current signal (assuming you're in a loop reading signal levels) to the previous ones, and divide by the iteration the loop is on.