ECGKit / unisens4csharp

C# / .NET library to handle multi sensor data stored in the Unisens data format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unisens 4 C# / .NET

Unisens is a universal data format for multi sensor data. It was developed at the FZI Research Center for Information Technology and the Institute for Information Processing Technology (ITIV) at the University of Karlsruhe. The motivation for specifying a new data format was the need for a universal and generic format for recording and archiving sensor data from various recording systems.

While developing Unisens 2.0, the following features were put into consideration:

  • The data format needed to handle signals from different sensors with different sampling rates. Recording of events like a QRS annotation for ECG data sets should be also needed to be made possible.
  • Unisens needed to be capable of archiving data files. The context information could hence be preserved since there are various possibilities of adding comment on the file and on the entries inside.
  • The Unisens header needed to be in a form that could easily to be read by the human eye. Different file types and data types needed to be supported.

For more information please read the feature list and/or the documentation.

If Unisens meets your requirements, feel free to try it. Unisens is licenced under the LGPL and it may be downloaded in the download section.

About

C# / .NET library to handle multi sensor data stored in the Unisens data format.

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%