Skip to content
/ EOG Public

Programs and functions developed in Matlab for ocular electromyography (EOG) signal processing.

Notifications You must be signed in to change notification settings

vasanza/EOG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭐⭐⭐⭐⭐ EOG

Programs and functions developed in Matlab for ocular electromyography (EOG) signal processing.

EOG

Classification Learner

Classification

Related Work (Classification)

Datasets

Repository technical specifications

To work better it is recommended:

  • The main code in the project folder
  • Put dataset in a subfolder called "Data"
  • Put these functions in a subfolder called "src"
  • Use in main code: addpath(genpath('./src'))%functions folders

About

Keynote

Clone

Switched to Branch

  • git branch -a
  • git checkout NameBranch

New Branch

  • git checkout -b NameBranch

Push

  • git pull origin NameBranch
  • git status
  • git add .
  • git status
  • git commit -m "message"
  • git push origin NameBrach

About

Programs and functions developed in Matlab for ocular electromyography (EOG) signal processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages