Skip to main content

A package for processing and analyzing biomedical signals.

Project description

BioSigProc Logo

BioSigProc

This repository contains the BioSigProc package, a Python library for processing and analyzing various biomedical signals, including EEG, ECG, and EMG. The package offers tools for signal processing, feature extraction, and visualization tailored for different signal types.

Package Structure

BioSigProc/
│
├── biosigproc/
│   ├── __init__.py
│   ├── eeg/
│   │   ├── __init__.py
│   │   ├── eeg_processing.py
│   │   ├── eeg_feature_extraction.py
│   │   └── eeg_visualization.py
│   ├── ecg/
│   │   ├── __init__.py
│   │   ├── ecg_processing.py
│   │   ├── ecg_feature_extraction.py
│   │   └── ecg_visualization.py
│   ├── emg/
│   │   ├── __init__.py
│   │   ├── emg_processing.py
│   │   ├── emg_feature_extraction.py
│   │   └── emg_visualization.py
│   ├── ppg/
│   │   ├── __init__.py
│   │   ├── ppg_processing.py
│   │   ├── ppg_feature_extraction.py
│   │   └── ppg_visualization.py
│   ├── common_utils.py
│   ├── common_visualization.py  # Added
│
├── tests/
│   ├── test_eeg.py
│   ├── test_ecg.py
│   ├── test_emg.py
│   ├── test_ppg.py
│   └── test_common_utils.py
│
├── README.md
├── setup.py
└── .gitignore

Usage

To use the BioSigProc package, follow the installation instructions in the setup.py file. Once installed, you can import specific modules and functions to process and analyze biomedical signals in your Python projects.

Contributing

If you would like to contribute to the development of BioSigProc, please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License.


This version includes better formatting for the structure and adds more clarity to the README.md file. Adjustments have been made to improve the visual presentation of the directory tree.

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

BioSigProc-0.4.0.tar.gz (767.5 kB view hashes)

Uploaded Source

Built Distribution

BioSigProc-0.4.0-py3-none-any.whl (17.5 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