Skip to content

fmarrabal/pytftb

 
 

Repository files navigation

Documentation Status Build Status Coverage Status Code Health

pytftb

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

Documentation

Working draft of the documentation can be found here.

Requirements

  1. Core requirements:
  • numpy
  • scipy
  • matplotlib
  1. Optional requirements:
  • nose (for running tests)
  • sphinx (to build the documentation)

Installation

  1. Clone this repository with Git:
$ git clone https://github.com/scikit-signal/pytftb
  1. Install the dependencies:
$ cd pytftb
$ pip install -r requirements.txt
  1. Install PyTFTB:
$ python setup.py install

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 52.5%
  • MATLAB 47.2%
  • Shell 0.3%