Hello,
I'm currently trying to analyze some pilot physiological data with respect to flight simulation data. I'd like to compare them both together and the flight simulation data is currently in excel. Is there a way to convert the bdf file into an excel file so I can see all the points for the different channels of signals in BioSemi?
Thanks for your time.
BDF file format to excel?
-
- Site Admin
- Posts: 1148
- Joined: Fri Mar 26, 2004 7:00 pm
- Location: Amsterdam, Netherlands
- Contact:
Re: BDF file format to excel?
It should be quite straight forward to make such a BDF --> Excel converter yourself on the basis of our BDF-EDF converter written in open source LabVIEW, see http://www.biosemi.com/download/Converter.zip . LabVIEW can write to Excel format, see http://zone.ni.com/devzone/cda/pub/p/id/1339 and http://fgexcel.sourceforge.net/ and http://forums.ni.com/t5/LabVIEW/How-to- ... td-p/20616 . Just change the EDF write section of the converter to code that writes the data to Excel.
Please post your resulting LabVIEW VI on this forum, it might be useful to other BioSemi users
Best regards, Coen (BioSemi)
Please post your resulting LabVIEW VI on this forum, it might be useful to other BioSemi users
Best regards, Coen (BioSemi)
Re: BDF file format to excel?
You can use the EDF/BDF -> ASCII converter in EDFbrowser.
The resulting CSV file can be opened in excel.
The resulting CSV file can be opened in excel.