Skip to main content

BioSig - tools for biomedical signal processing

Project description

Biosig Package

Biosig contains tools for processing of biomedical signals like EEG, ECG/EKG, EMG, EOG, polysomnograms (PSG). Currently, it contains import filters of about 50 different file formats including EDF, GDF, BDF, HL7aECG, SCP (EN1064).

More information is available at Biosig project homepage

Installation:

GNU/Linux, Unix,

pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.6.0.tar.gz

MacOSX/Homebrew

brew install biosig pip install numpy pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.6.0.tar.gz

MS-Windows

the biosig extension module is not supported on MS Windoes. Instead, it is recommended to use loadgdf.py together with biosig2gdf.exe for loading biosig data.

Usage of the biosig extension module

import biosig import json

read header/metainformation

HDR=json.loads(biosig.header(FILENAME))

read data

DATA=biosig.data(FILENAME)

Usage of loadgdf (biosig2gdf.exe is strongly recommended)

loadgdf(filename)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Biosig-2.6.0.tar.gz (18.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page