BDF file format to excel?

Post Reply
atluris
Posts: 2
Joined: Mon May 14, 2012 8:26 pm

BDF file format to excel?

Post by atluris »

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.

Coen
Site Admin
Posts: 1124
Joined: Fri Mar 26, 2004 7:00 pm
Location: Amsterdam, Netherlands
Contact:

Re: BDF file format to excel?

Post by Coen »

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)

Teuniz
Posts: 37
Joined: Wed Feb 06, 2008 9:42 am
Location: Neverland

Re: BDF file format to excel?

Post by Teuniz »

You can use the EDF/BDF -> ASCII converter in EDFbrowser.
The resulting CSV file can be opened in excel.

Post Reply