LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

EOG signal acquisition to control a wheelchair

Hi my name is David, im currently working on a project which involves controlling a wheelchair with EOG(eyes) signals, I am using a myDAQ for the signal acquisition and LABVIEW for the Signal processing. the main goal is to acquire the EOG signals, perform some sort of filtering to remove noise, characterize the signals and assign them to a control signal such as left or right if they go above or below a threshold value and calibration. with the help of the examples in LABVIEW i have come up with a VI that can acquire the EOG signals and store them however I am a bit confused on how to calculate their averages of the selected data in the signal Processing section of my VI.

 

F.Y.I i am not experience with LABVIEW at all and I am currently stressing out because the deadline is approaching and i have not completed the task, hope someone can help.

thanks in advance, David 

0 Kudos
Message 1 of 4
(2,379 Views)

Average can be calculated by adding all values, and then dividing by the number of values...

 

Or use one of the build in functions. Trick is to search for 'mean', the nerd term for average. With Quick Drop you should be able to find several mean functions, one that takes an array, one that works PtByPt.

Message 2 of 4
(2,348 Views)

Just in case you did not know: You open Quick Drop with the shortcut  <Ctrl>+<Space>.

Boost Productivity with Quick Drop


Ingo – LabVIEW 2013, 2014, 2015, 2016, 2017, 2018, NXG 2.0, 2.1, 3.0
CLADMSD
Message 3 of 4
(2,342 Views)

thank you so much wiebe@CARYA i will look into that. the goal is to add N amounts of waveforms and reproduce the average waveform of them all, so i can set a threshold from here. 

0 Kudos
Message 4 of 4
(2,330 Views)