| Author |
Message |
GMartin
Joined: Feb 5, 2010 Posts: 308
|
Posted: Oct 7, 2016 4:47 PM Post subject: Joining EDF fies |
|
Jarek,
Do you know of any way to join several edf files. A clinician I am working with wants to use a report design to look at trends over several sessions.
Thanks
George |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: Oct 7, 2016 6:53 PM Post subject: |
|
There is no built in option to concatenate edf files.
But it would be rather easy to create a design which does this. Especially if all EDFs have the same signal properties. |
|
 |
GMartin
Joined: Feb 5, 2010 Posts: 308
|
Posted: Oct 10, 2016 8:53 PM Post subject: |
|
Jarek,
I have looked at some software to do this but is either insanely costly and/complex.
I have thought about ways of doing this in BioEra. One idea would be to have several edf filereaders. When the forst reaches end of file the second could start and send out its data. continue that loop until last file is read
Another might be to find a way to load multiple files from a list of sort and have them process through.
Any suggestions or comments
Thanks
George |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: Oct 10, 2016 9:24 PM Post subject: |
|
I created a simple design which does this:
http://proatech.com/design/edf_concatenate.bpd
It reads all files from edf/in folder (you need to create this folder and put some EDF files there).
And it generates edf/out.edf file which should be the concatenation of all those edf files (after you stop the design). |
|
 |
GMartin
Joined: Feb 5, 2010 Posts: 308
|
Posted: Oct 10, 2016 9:34 PM Post subject: |
|
Jarek
Thanks so much for your help once again.
This is really helpful
George |
|