A package for processing and analyzing biomedical signals.
Project description
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
Built Distribution
File details
Details for the file BioSigProc-0.4.0.tar.gz
.
File metadata
- Download URL: BioSigProc-0.4.0.tar.gz
- Upload date:
- Size: 767.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f312b478bbf7f425f2b1c6bdc420c010cba5d9d4a3c285b55801c4091cd7588 |
|
MD5 | d904b6ef42b880cbf594262af843295c |
|
BLAKE2b-256 | cd3e7c1abb2a99c536e79161a891d966e7290ea4de25b4f24926f8a3a85105d9 |
File details
Details for the file BioSigProc-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: BioSigProc-0.4.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b204ad084b0f6488dc5c1eb46168328b468e798faba2d976339b016fb20e82ab |
|
MD5 | 8746a498e84e4755e308a5e919f40d33 |
|
BLAKE2b-256 | 3764c0637b9d307802bbfcdda44ff19a32571c7779db6168009df47995db281f |