This is a reader component to allow Brainvision Analyzer to read NEDF files (commonly produced by Enobio / StarStim EEG headsets).
Simply copy the dll
files
to your Analyzer directory or add the downloaded folder to the analyzer config:
NedfExport:
Export header / marker data for NEDF files
Usage:
NedfExport [options] <files>...
Arguments:
<files> NEDF files to process
Options:
-o, --statsfile <statsfile> File to save stats to instead of stdout
--errlog <errlog> File to log errors to instead of stderr
--maxsamples <maxsamples> Quit after this many samples, useful for sanity checks [default: 2147483647]
--markercsv Write a CSV file with markers for each supplied nedf file
--version Show version information
-?, -h, --help Show help and usage information
For Windows users: drag one or more nedf files onto NedfExport.exe
.