A toolkit for working with uniformly sampled time series data.
Reason this release was yanked:
download-airpls not working
Project description
pysampled
A toolkit for working with uniformly sampled time series data.
pysampled streamlines the exploration of time series data and the development of signal processing pipelines. It enables researchers and engineers to analyze time series data—including audio signals and physiological data—efficiently and intuitively. With its user-friendly interface and well-documented examples, the package makes signal processing accessible for both basic manipulations and analyses like filtering, resampling, trend extraction, and spectral analysis.
Installation
1. Installing from PyPI (Recommended)
pip install pysampled && download-airpls
You can optionally use pip install pysampled[minimal] to skip installing scikit-learn and matplotlib.
Note: The
download-airplscommand is defined inpyproject.tomland ensures that the requiredairPLS.pyfile is properly downloaded. More information on airPLS here.
2. Installing from the GitHub Repository
pip install git+https://github.com/praneethnamburi/pysampled.git && download-airpls
Alternatively, you can clone the repository locally and set up your environment using the requirements.yml file. If you do this, download airPLS.py manually from here and add it to the pysampled folder inside the cloned repository.
git clone https://github.com/praneethnamburi/pysampled.git
cd pysampled
conda env create -n pysampled -f requirements.yml
Quickstart
import pysampled as sampled
# Generate a 10 Hz signal sampled at 100 Hz. Sum of three sine waves (1, 3, and 5 Hz).
sig = sampled.generate_signal("three_sine_waves")[:5.0]
# Only keep first 5 seconds of the signal
sig = sig[:5.0]
# visualize the signal, before and after applying a bandpass filter between 2 and 4 Hz
sampled.plot([sig, sig.bandpass(2, 4)])
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
Project Link: https://github.com/praneethnamburi/pysampled
Acknowledgments
This tool was developed as part of the ImmersionToolbox initiative at the MIT.nano Immersion Lab. Thanks to NCSOFT for supporting this initiative.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysampled-1.0.1.tar.gz.
File metadata
- Download URL: pysampled-1.0.1.tar.gz
- Upload date:
- Size: 314.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14bc6bd2b116dd0b777337cd0aef2a4eee2a3a402719c5c9bd6110b3ba8dbe5d
|
|
| MD5 |
08fb8483a4f33cd91a40f2db00871d14
|
|
| BLAKE2b-256 |
f4c595e477a0f6bb2aa04e83431e914bd84751be09cfd6bcc6ab86d060f4451e
|
File details
Details for the file pysampled-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pysampled-1.0.1-py3-none-any.whl
- Upload date:
- Size: 23.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27c6217587b105beaf5db7c6d21b814b6cd7e28b8843ffb570af6a8b15a9fbc9
|
|
| MD5 |
6c49c1e30e7dbc210ad0979e902fc530
|
|
| BLAKE2b-256 |
039dff095001815f01fd86586bef28e01af41bf991c8aa03793ecfe5b5674a12
|