Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGallicchio authored Mar 6, 2023
1 parent 775a47a commit 8845664
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# QE_EOG
scoring Quiet Eye durations from EOG data
MATLAB code for scoring Quiet Eye durations from EOG data

how to apply this function to the sample data
1. add the QE_EOG function to MATLAB path, for example using addpath()
2. load the sample code
3. choose the algorithm parameters, for example:
algorithmChoice.name = 'velocity';
algorithmChoice.winlen = 767;
algorithmChoice.polynDeg = 5;
algorithmChoice.threshold = 33;
4. run the function: QE_EOG(y,x_sec,algorithmChoice,"yes")

0 comments on commit 8845664

Please sign in to comment.