Metadata-Version: 2.2
Name: ltfatpy
Version: 1.0.16
Summary: The Large Time-Frequency Toolbox (LTFAT) in Python
Home-page: https://gitlab.lis-lab.fr/dev/ltfatpy
Author: Denis Arrivault and Florent Jaillet
Author-email: contact.dev@lis-lab.fr 
License: GNU GPL V3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE.rst
License-File: AUTHORS.rst
Requires-Dist: scipy>=0.18
Requires-Dist: numpy>=1.8
Requires-Dist: matplotlib>=1.4
Requires-Dist: six>=1.10
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

The **ltfatpy** package is a partial Python port of the
`Large Time/Frequency Analysis Toolbox (LTFAT)
<http://ltfat.sourceforge.net/>`_, a MATLAB®/Octave toolbox for working with
time-frequency analysis and synthesis.

It is intended both as an educational and a computational tool.

The package provides a large number of linear transforms including Gabor
transforms along with routines for constructing windows (filter prototypes)
and routines for manipulating coefficients.

The original LTFAT Toolbox for MATLAB®/Octave is developed at
`CAHR <http://www.dtu.dk/centre/cahr/English.aspx>`_, Technical
University of Denmark, `ARI <http://www.kfs.oeaw.ac.at>`_, Austrian Academy
of Sciences and `I2M <http://www.i2m.univ-amu.fr>`__, Aix-Marseille Université.

The Python port is developed at
`LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_, as a
`LIF <http://www.lif.univ-mrs.fr/>`_ (now `LIS <http://www.lis-lab.fr/>`_)
and I2M project, Aix-Marseille Université.

This package, as well as the original LTFAT toolbox, is Free software, released
under the GNU General Public License (GPLv3).

The latest version of **ltfatpy** can be downloaded from the following
`PyPI page <https://pypi.python.org/pypi/ltfatpy>`_.

The **documentation** is available 
`here <http://dev.pages.lis-lab.fr/ltfatpy/>`_.

The development is done in this
`GitLab project <https://gitlab.lis-lab.fr/dev/ltfatpy>`_, which provides
the git repository managing the **source code** and where issues can be
reported.



.. :changelog:

History
=======


0.1.0 (2014-04-30)
------------------
Creation

1.0.0 (2015-12-15)
------------------
Based on ltfat commit 0f9c83d96b (version 2.1.0)


Authors
=======

Denis Arrivault <contact.dev/A/lis-lab.fr>
Florent Jaillet <contact.dev/A/lis-lab.fr>
