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):
Data record (csv):
###TODO:
- Ability to convert multiple files
- EDF+ support