Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 727 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 727 Bytes

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