Skip to content

neurosity/csv-to-edf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-to-edf

Create executable

pyinstaller --onefile csv-to-edf.py

Test

python3 csv-to-edf.py --csv_path=samples.csv --output_path=samples.edf --file_type=edf --sampling_rate=256 --channel_names=CP3,C3,F5,PO3,PO4,F6,C4,CP4

or for BDF:

python3 csv-to-edf.py --csv_path=samples.csv --output_path=samples.bdf --file_type=bdf --sampling_rate=256 --channel_names=CP3,C3,F5,PO3,PO4,F6,C4,CP4

Run

./dist/csv-to-edf --csv_path=samples.csv --output_path=samples.edf --file_type=edf --sampling_rate=256 --channel_names=CP3,C3,F5,PO3,PO4,F6,C4,CP4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages