LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tektronix DPO 7354

Hi

I have a Tektronix DPO. I am trying to write a vi that does continuoys acquisttion and give me a time average of the signal after each every 10 second. And it then proceeds. Can anyone help me in that. I can acquire the signal but not able to get the time average.

Thanks

0 Kudos
Message 1 of 2
(2,406 Views)

Hi mokhah, 

 

How are you getting on with creating a 10 second time average? 

I had a quick look at your code and I was wondering how you have attempted going about getting the average so far? 

 

How is your code currently operating, do you require the while loop to execute and acquire a single or multiple samples? 

Depending on this it may be possible for you to use shift registers so that information is stored for the next iteration of the while loop and you can use this data for your averaging. 

 

 

 

 

 

Rob G
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,232 Views)