LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

average response signal signal

Hello, I am attempting to average a response signal (10k points) some 100 times and display/save the resulting signal. Any clues on the best method to go at this? I would appreciate any help. I'm currently trying to make use of arrays.
0 Kudos
Message 1 of 4
(2,739 Views)
Hi DerekDNMT,
work with arrays and use the "Add Array Elements" function.
Mike
0 Kudos
Message 2 of 4
(2,735 Views)
Are you averaging the whole signal 100 times? Is your signal changing for each averaging operation? Or, are you averaging the whole signal in chunks? What are you trying to display? The average of the averages, or something else?
0 Kudos
Message 3 of 4
(2,732 Views)
Basically when I get my signal it has noise in it. I did one method of just filtering data in matlab to get rid of noise but now I need to find another method using an average of the signal. While the VI is currently running the displayed signal is a triggered response so it is unchanging, however, the subtle noise in the signal changes in each written file. I am looking at zero points and maximums of the signal at multiple locations along the pulse so any noise throws off the values.
0 Kudos
Message 4 of 4
(2,729 Views)