European Data Format EDF file component

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
stefan.erni
Valued Contributor
Posts: 748
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

European Data Format EDF file component

Post by stefan.erni »

Hi Ben

European Data Format (EDF) is a standard file format designed for exchange and storage of medical time series data.

To write signals (data) in a wave file is easy to use in flowcode.
The signal can then be viewed and edited later with an audio editor. Most of them are free or for a good price available.

The signals in medicine are very similar to WAV file, these are called EDF files.
The programs for opening an view are EDF-Viewer or EDF-Broser and are mostly freeware but there are some EDF-Explorer very expensive.

At the moment I can record in a small device on a sd-card (with PIC32) medical time series data as RAW file and import them in the APP developer. I can also send the data by bluetooth to the APP developer and show it on the screen. Soon it will work by wifi too.

What is a little problem is save the data as edf file.
So I checked the EDF File construction.
In the edf file, there is a file header and then data similar to wave file.

My question to you:
Would an efd file component be possible in the app developer or even as embeded component ?

regards

Stefan

Some more Infos:
European Data Format - Wikipedia
https://en.wikipedia.org/wiki/European_Data_Format

EDF File specification (edfplus.info)
https://www.edfplus.info/specs/edf.html

Freeware:
EDFbrowser (teuniz.net)
https://www.teuniz.net/edfbrowser/

Post Reply