Skip to main content

Stream operation for processing of (physiological) signals

Project description

Signal pipes (aka sigpipes) are Python library for processing of digital representation of signals.

The library is focused on processing physiological signal (e.g. EKG or EMG) but is basic design supports processing of any multichannel signals.

The library is based on two mechanism:

  1. flexible containers for signals and their metadata in the form of hierarchical dictionary with a set of "well known" keys forming solid skeleton of data representation.

  2. pipelines that are formed by operators for processing, storing and visualization og signals. The pipelines are not limited to simple linear chains. The more complex forms are supported (branching, alternatives, parallel processing).

Current version support these tools in form of pipeline operators.

  • readers of physionet.org databases
  • readers of matlab files from Megawin application
  • exporter to pandas dataframes
  • configurable plotting using matplotlib
  • selection of channels or subsamples
  • extraction of signal features
  • signal adjustment (any unary ufunc, convolution, cross correlation, polyphase resampling) based on scipy.signals and numpy
  • serialization to HDF5

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

signal-pipes-0.1.0.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

signal_pipes-0.1.0-py3-none-any.whl (18.8 kB view hashes)

Uploaded Python 3

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