Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 644 Bytes

README.rst

File metadata and controls

23 lines (15 loc) · 644 Bytes

Timeflux DSP plugin

This plugin provides timeflux nodes and meta-nodes for real time digital signal processing of time series.

Installation

First, make sure that Timeflux is installed.

You can then install this plugin in the timeflux environment:

$ conda activate timeflux
$ pip install timeflux_dsp

Modules

  • filters: contains digital filters nodes (FIR, IIR, etc.) and resampling nodes.
  • spectral: contains nodes for spectral analysis.
  • peaks: contains nodes to detect peaks on 1D data, and estimates their characteristics.