Skip to content

dafx/pytftb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status

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

  • MATLAB 63.7%
  • Python 36.3%