Skip to main content

This repository provides some helper functions for signal processing functions related to time series (in Python).

Project description

# Introduction

This library is for data that is arranged as follows (in the form of lists - this is just for visual understanding):

|id| Timestamp|values|
| ------ | ------ | ------- |
| 1 | 2018:06:05 03:02:00| 2.3|
| 2 | 2018:06:05 03:04:33| 2.4|
| 3 | 2018:06:05 03:07:01|3.3
| 4 | 2018:08:03 03:07:55 | 2.9
| 5 | 2018:08:03 03:08:44 | 3.3
| 6 | 2018:08:03 03:12:12 | 2.4

As you can see, the above signal is *a non uniformly sampled signal* as observed by the irregularly spaced timestamps.
You can apply several functions of this libary to the above data suach as:

import signal_processing as sp
upsampled_signal = upsampling(input_signal,5) # Does upsampling by a factor of 5
downsampled_signal = downsampling(upsampled_signal,3) # Does downsampling by a factor of 3
sampled_signal = sampling_non_uniformly_sampled_signals(input_signal,freq_in_minutes) # samples the signal on a frequency of given minutes

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_processing-0.0.4.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file signal_processing-0.0.4.tar.gz.

File metadata

  • Download URL: signal_processing-0.0.4.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.19.1

File hashes

Hashes for signal_processing-0.0.4.tar.gz
Algorithm Hash digest
SHA256 713cd56ac27a09888ae1596e4b05c886ed7fe12df8f323c8eac86fbadf214a6f
MD5 895fd2a8f649493dcade2ccfefc89b95
BLAKE2b-256 8c48b65af5a07efa3ba1ce2627c774383a43765fbd5e9f35bd106e8c9bc6eee6

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