Page 1 of 1

actiview v5.16 modification

Posted: Mon May 02, 2005 10:08 am
by patrice
Hi all,

I am using ActiView V5.16.
I am not a Labview expert but I would like to precisely localize the acquistion, processing and display parts of ActiView. My goal is to make little changes in the labview code and I am a bit confused.

Regards,
patrice

Posted: Tue May 17, 2005 2:19 pm
by Coen
The raw data stream is available as a 2-d array at the output of the downsample-xx.vi subvi. It is best to use this array for further processing with your own routines, also see viewtopic.php?t=29 and viewtopic.php?t=44. The signals to screen are computed in the Ref-xx.vi and Deciscreenxx.vi subvi's. These subvi's apply filtering, referencing, baseline correction and decimation needed for the signals on screen. Using the signals to screen as input for your own processing is not recommended, see viewtopic.php?t=48 and viewtopic.php?t=54

Best regards, Coen (BioSemi)