LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

average and trigger signal

Solved!
Go to solution

I know how to program to acquire signal. But I donot know how to average and trigger my signal as an oscilloscope work? Do i have to use "averaged dc-rms VI" to calculate average the dc and /or rms values of an input waveform?  In oscilliscope, I can choose to average 16,32,64....512. How do I achieve here? There is also a bandwidth filter in scope.

0 Kudos
Message 1 of 2
(2,177 Views)
Solution
Accepted by topic author Rocking123

The trigger is nothing but looking for a crossing of a certain level.  You can use a simple Greater Than or a Less Than to find that.  To average like a scope, you need to acquire the signal multiple times.  You can then perform the average for each data point in a FOR loop.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,166 Views)