Online averaging

Post Reply
PaulS
Posts: 5
Joined: Fri Mar 19, 2010 4:55 am
Location: MACCS

Online averaging

Post by PaulS »

I would like to be able to display triggered epochs in the way the online averaging does except I don't want the average, just the most recent triggered epoch. Can I do this with actiview? If not where is the best point in the labview code to access the data trial-by-trail? Thanks, Paul

Coen
Site Admin
Posts: 1124
Joined: Fri Mar 26, 2004 7:00 pm
Location: Amsterdam, Netherlands
Contact:

Post by Coen »

You can do this in ActiView by slightly altering the code. Change the piece of code where the average result is calculated (in subvi Avg_Sweep.vi). Remove the summation with the previous results (adding "average buffer" to "average total"), and just display the current sweep.

Best regards, Coen (BioSemi)

Post Reply