Skip to content

andrewyavors/EDFparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDFparser

Parse .edf files to .json + .csv


###Using: Command-line (for Windows): edfparser.exe -f "[Path to source edf file]" -r [Save only header record - 0, only data record - 1, both - 2] -l [Data record without labels - false]

More info: edfparser.exe -h

Or you can build EDFparser on your system: $ go build edfparser.go

###Screenshots: Header record (json):
Header record in .json file
Data record (csv):
Data record in .csv file

###TODO:

  • Ability to convert multiple files
  • EDF+ support

About

Parse .edf files to .json + .csv

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages