MATLAB code for scoring Quiet Eye durations from EOG data
how to apply this function to the sample data
- add the QE_EOG function to MATLAB path, for example using addpath()
- load the sample code
- choose the algorithm parameters, for example: algorithmChoice.name = 'velocity'; algorithmChoice.winlen = 767; algorithmChoice.polynDeg = 5; algorithmChoice.threshold = 33;
- run the function: QE_EOG(y,x_sec,algorithmChoice,"yes")