Skip to content

jaidevd/pytftb

 
 

Repository files navigation

Documentation Status Build Status

tftb

tftb (Time-frequency toolbox) is a Python module for time-frequency analysis and visualization build with SciPy and matplotlib.

The tftb project began as a Python implementation of the TFTB toolbox developed by François Auger, Olivier Lemoine, Paulo Gonçalvès and Patrick Flandrin. While this project and the MATLAB implementation (henceforth referred to as TFTB) are similar in the core algorithms and the basic code organization, the very nature of the Python programming language has motivated a very different approach in architecture of PyTFTB (differences between the two packages have been discussed in detail here).

Installation

tftb requires:

  • Python (>= 3.5)
  • NumPy
  • SciPy
  • Matplotlib

Install tftb with pip as follows:

$ pip install tftb

About

A Python implementation of the MATLAB Time-Frequency Toolbox by Auger, Flandrin, Goncalves and Lemoine (http://tftb.nongnu.org)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.7%
  • MATLAB 46.3%