Page 1 of 1

Online averaging

Posted: Wed Apr 07, 2010 6:22 am
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

Posted: Wed Apr 07, 2010 2:15 pm
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)