Skip to main content

A toolkit for working with uniformly sampled time series data.

Project description

pysampled

src PyPI - Version Build Status Documentation Status GitHub license

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-airpls command is defined in pyproject.toml and ensures that the required airPLS.py file 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

Praneeth Namburi

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


Download files

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

Source Distribution

pysampled-1.2.0.tar.gz (332.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysampled-1.2.0-py3-none-any.whl (30.1 kB view details)

Uploaded Python 3

File details

Details for the file pysampled-1.2.0.tar.gz.

File metadata

  • Download URL: pysampled-1.2.0.tar.gz
  • Upload date:
  • Size: 332.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for pysampled-1.2.0.tar.gz
Algorithm Hash digest
SHA256 70a2c25270da83e6d7e8eb9c05d8669f9aa0bd1f962b951aa7bf3c45c126a6dd
MD5 6742fdce21534307a711377f1e710c1d
BLAKE2b-256 e4cac8965874a70832a6779dfb3093f560d3de64ea1c6b103a647ed0da0624e4

See more details on using hashes here.

File details

Details for the file pysampled-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: pysampled-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for pysampled-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 46c8c3f021d1711ddccf3e5a9fa06a7de120e5d3b21a95f1dec70c46e313c608
MD5 83b97a84274e6f1cc00f2260efcf025a
BLAKE2b-256 6b3b12783351b6694bf90879b96d2df5413d3f773f0f7fb32a7956862934ec28

See more details on using hashes here.

Supported by

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