From 08c4f3095fa0c4d40a2de1dedf709013cbd0a4e9 Mon Sep 17 00:00:00 2001 From: Florent Jaillet <florent.jaillet@lis-lab.fr> Date: Wed, 7 Feb 2018 14:12:17 +0100 Subject: [PATCH] Updating to files because of the new GitLab URL and the creation of the LIS --- AUTHORS.rst | 4 +- README.rst | 10 ++-- VERSION | 2 +- copyright.py | 4 +- copyrightstamp.txt | 26 ++++---- doc/conf.py | 2 +- doc/copyright.rst | 30 ++++++---- doc/install.rst | 17 +++--- doc/ltfatpy.rst | 4 +- ltfatpy/__init__.py | 60 ++++++++++++++++++- ltfatpy/comp/arg_firwin.py | 30 ++++++---- ltfatpy/comp/assert_groworder.py | 30 ++++++---- ltfatpy/comp/assert_sigreshape_post.py | 30 ++++++---- ltfatpy/comp/assert_sigreshape_pre.py | 30 ++++++---- ltfatpy/comp/comp_dct.pyx | 30 ++++++---- ltfatpy/comp/comp_dst.pyx | 30 ++++++---- ltfatpy/comp/comp_gabdual_long.pyx | 30 ++++++---- ltfatpy/comp/comp_gabtight_long.pyx | 30 ++++++---- ltfatpy/comp/comp_hermite.py | 30 ++++++---- ltfatpy/comp/comp_hermite_all.py | 30 ++++++---- ltfatpy/comp/comp_isepdgt.pyx | 30 ++++++---- ltfatpy/comp/comp_isepdgtreal.pyx | 30 ++++++---- ltfatpy/comp/comp_pgauss.pyx | 30 ++++++---- ltfatpy/comp/comp_sepdgt.pyx | 30 ++++++---- ltfatpy/comp/comp_sepdgtreal.pyx | 30 ++++++---- ltfatpy/comp/comp_sigreshape_post.py | 30 ++++++---- ltfatpy/comp/comp_sigreshape_pre.py | 30 ++++++---- ltfatpy/comp/comp_window.py | 30 ++++++---- ltfatpy/comp/gabpars_from_windowsignal.py | 30 ++++++---- ltfatpy/comp/ltfat.pxd | 30 ++++++---- ltfatpy/fourier/dcti.py | 30 ++++++---- ltfatpy/fourier/dctii.py | 30 ++++++---- ltfatpy/fourier/dctiii.py | 30 ++++++---- ltfatpy/fourier/dctiv.py | 30 ++++++---- ltfatpy/fourier/dft.py | 30 ++++++---- ltfatpy/fourier/dsti.py | 30 ++++++---- ltfatpy/fourier/dstii.py | 30 ++++++---- ltfatpy/fourier/dstiii.py | 30 ++++++---- ltfatpy/fourier/dstiv.py | 30 ++++++---- ltfatpy/fourier/fftindex.py | 30 ++++++---- ltfatpy/fourier/fftreal.py | 30 ++++++---- ltfatpy/fourier/fftresample.py | 30 ++++++---- ltfatpy/fourier/idft.py | 30 ++++++---- ltfatpy/fourier/ifftreal.py | 30 ++++++---- ltfatpy/fourier/isevenfunction.py | 30 ++++++---- ltfatpy/fourier/middlepad.py | 30 ++++++---- ltfatpy/fourier/pderiv.py | 30 ++++++---- ltfatpy/fourier/pgauss.py | 30 ++++++---- ltfatpy/fourier/pherm.py | 30 ++++++---- ltfatpy/fourier/psech.py | 30 ++++++---- ltfatpy/gabor/dgt.py | 30 ++++++---- ltfatpy/gabor/dgtlength.py | 30 ++++++---- ltfatpy/gabor/dgtreal.py | 30 ++++++---- ltfatpy/gabor/gabdual.py | 30 ++++++---- ltfatpy/gabor/gabframediag.py | 30 ++++++---- ltfatpy/gabor/gabimagepars.py | 30 ++++++---- ltfatpy/gabor/gabphasegrad.py | 30 ++++++---- ltfatpy/gabor/gabtight.py | 30 ++++++---- ltfatpy/gabor/gabwin.py | 30 ++++++---- ltfatpy/gabor/idgt.py | 30 ++++++---- ltfatpy/gabor/idgtreal.py | 30 ++++++---- ltfatpy/gabor/instfreqplot.py | 30 ++++++---- ltfatpy/gabor/phaselock.py | 30 ++++++---- ltfatpy/gabor/phaseplot.py | 30 ++++++---- ltfatpy/gabor/phaseunlock.py | 30 ++++++---- ltfatpy/gabor/plotdgt.py | 30 ++++++---- ltfatpy/gabor/plotdgtreal.py | 30 ++++++---- ltfatpy/gabor/s0norm.py | 30 ++++++---- ltfatpy/gabor/sgram.py | 30 ++++++---- ltfatpy/gabor/tfplot.py | 30 ++++++---- ltfatpy/signals/greasy.py | 30 ++++++---- ltfatpy/signals/gspi.py | 30 ++++++---- ltfatpy/signals/linus.py | 30 ++++++---- ltfatpy/sigproc/fir2long.py | 30 ++++++---- ltfatpy/sigproc/firkaiser.py | 30 ++++++---- ltfatpy/sigproc/firwin.py | 30 ++++++---- ltfatpy/sigproc/groupthresh.py | 30 ++++++---- ltfatpy/sigproc/largestn.py | 30 ++++++---- ltfatpy/sigproc/largestr.py | 30 ++++++---- ltfatpy/sigproc/long2fir.py | 30 ++++++---- ltfatpy/sigproc/normalize.py | 30 ++++++---- ltfatpy/sigproc/rms.py | 30 ++++++---- ltfatpy/sigproc/thresh.py | 30 ++++++---- .../tests/comp/test_assert_sigreshape_post.py | 30 ++++++---- .../tests/comp/test_assert_sigreshape_pre.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_dct.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_dst.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_gabdual.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_hermite.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_hermite_all.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_isepdgt.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_pgauss.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_sepdgt.py | 30 ++++++---- ltfatpy/tests/comp/test_comp_sigreshape.py | 30 ++++++---- ltfatpy/tests/datasets/get_dataset_path.py | 30 ++++++---- .../datasets/read_comp_dct_signal_ex_mat.py | 30 ++++++---- .../datasets/read_comp_dst_signal_ex_mat.py | 30 ++++++---- .../tests/datasets/read_dgt_signal_ex_mat.py | 30 ++++++---- .../read_gabframediag_signal_ex_mat.py | 30 ++++++---- .../datasets/read_gabtight_signal_ex_mat.py | 30 ++++++---- ltfatpy/tests/datasets/read_ref_mat.py | 30 ++++++---- ltfatpy/tests/datasets/read_s0norm_ex_mat.py | 30 ++++++---- .../datasets/test_read_dgt_signal_ext.py | 30 ++++++---- ltfatpy/tests/datasets/test_read_ref_mat.py | 30 ++++++---- ltfatpy/tests/fourier/test_dct.py | 30 ++++++---- ltfatpy/tests/fourier/test_dft.py | 30 ++++++---- ltfatpy/tests/fourier/test_dst.py | 30 ++++++---- ltfatpy/tests/fourier/test_fftindex.py | 30 ++++++---- ltfatpy/tests/fourier/test_fftreal.py | 30 ++++++---- ltfatpy/tests/fourier/test_fftresample.py | 30 ++++++---- ltfatpy/tests/fourier/test_idft.py | 30 ++++++---- ltfatpy/tests/fourier/test_ifftreal.py | 30 ++++++---- ltfatpy/tests/fourier/test_isevenfunction.py | 30 ++++++---- ltfatpy/tests/fourier/test_middlepad.py | 30 ++++++---- ltfatpy/tests/fourier/test_pderiv.py | 30 ++++++---- ltfatpy/tests/fourier/test_pgauss.py | 30 ++++++---- ltfatpy/tests/fourier/test_pherm.py | 30 ++++++---- ltfatpy/tests/fourier/test_psech.py | 30 ++++++---- ltfatpy/tests/gabor/test_dgt.py | 30 ++++++---- ltfatpy/tests/gabor/test_gabdual.py | 30 ++++++---- ltfatpy/tests/gabor/test_gabframediag.py | 30 ++++++---- ltfatpy/tests/gabor/test_gabimagepars.py | 30 ++++++---- ltfatpy/tests/gabor/test_gabphasegrad.py | 30 ++++++---- ltfatpy/tests/gabor/test_gabtight.py | 30 ++++++---- ltfatpy/tests/gabor/test_gabwin.py | 30 ++++++---- ltfatpy/tests/gabor/test_idgt.py | 30 ++++++---- ltfatpy/tests/gabor/test_instfreqplot.py | 30 ++++++---- ltfatpy/tests/gabor/test_phaselock.py | 30 ++++++---- ltfatpy/tests/gabor/test_phaseplot.py | 30 ++++++---- ltfatpy/tests/gabor/test_phaseunlock.py | 30 ++++++---- ltfatpy/tests/gabor/test_plotdgt.py | 30 ++++++---- ltfatpy/tests/gabor/test_plotdgtreal.py | 30 ++++++---- ltfatpy/tests/gabor/test_s0norm.py | 30 ++++++---- ltfatpy/tests/gabor/test_sgram.py | 30 ++++++---- ltfatpy/tests/gabor/test_tfplot.py | 30 ++++++---- ltfatpy/tests/signals/test_greasy.py | 30 ++++++---- ltfatpy/tests/signals/test_gspi.py | 30 ++++++---- ltfatpy/tests/signals/test_linus.py | 30 ++++++---- ltfatpy/tests/sigproc/test_fir2long.py | 30 ++++++---- ltfatpy/tests/sigproc/test_firkaiser.py | 30 ++++++---- ltfatpy/tests/sigproc/test_firwin.py | 30 ++++++---- ltfatpy/tests/sigproc/test_groupthresh.py | 30 ++++++---- ltfatpy/tests/sigproc/test_largestn.py | 30 ++++++---- ltfatpy/tests/sigproc/test_largestr.py | 30 ++++++---- ltfatpy/tests/sigproc/test_long2fir.py | 30 ++++++---- ltfatpy/tests/sigproc/test_normalize.py | 30 ++++++---- ltfatpy/tests/sigproc/test_rms.py | 30 ++++++---- ltfatpy/tests/sigproc/test_thresh.py | 30 ++++++---- ltfatpy/tests/tools/test_lcm.py | 30 ++++++---- ltfatpy/tests/tools/test_postpad.py | 30 ++++++---- ltfatpy/tools/lcm.py | 30 ++++++---- ltfatpy/tools/postpad.py | 30 ++++++---- ltfatpy/version.py | 54 +++++++++++++++++ setup.py | 43 ++++++------- 154 files changed, 2597 insertions(+), 1919 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 9a2e9c7..6f3060f 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,5 +1,5 @@ Authors ======= -Denis Arrivault <denis.arrivault/A/lif.univ-mrs.fr> -Florent Jaillet <florent.jaillet/A/lif.univ-mrs.fr> +Denis Arrivault <contact.dev/A/lis-lab.fr> +Florent Jaillet <contact.dev/A/lif-lab.fr> diff --git a/README.rst b/README.rst index 64909d8..4864928 100644 --- a/README.rst +++ b/README.rst @@ -12,12 +12,12 @@ 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é. +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/>`_ and I2M -project, Aix-Marseille Université. +`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). @@ -27,9 +27,9 @@ The latest version of **ltfatpy** can be downloaded from the following The documentation is available as a `pythonhosted site <http://pythonhosted.org/ltfatpy/>`_ or directly on -the `gitlab repository pages <http://dev.pages.lif.univ-mrs.fr/ltfatpy/>`_ +the `gitlab repository pages <http://dev.pages.lis-lab.fr/ltfatpy/>`_ The development is done in this -`gitlab project <https://gitlab.lif.univ-mrs.fr/dev/ltfatpy>`_, which provides +`gitlab project <https://gitlab.lis-lab.fr/dev/ltfatpy>`_, which provides the git repository managing the source code and where issues can be reported. diff --git a/VERSION b/VERSION index 43cc377..18b76c6 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -ltfatpy:1.0.9 +ltfatpy:1.0.10 ltfat:2.1.0 diff --git a/copyright.py b/copyright.py index d4ba711..7478d40 100644 --- a/copyright.py +++ b/copyright.py @@ -13,8 +13,8 @@ def findFiles(directory, files=[]): if os.path.isfile(path) and (path.endswith(".py") or path.endswith(".pyx") or path.endswith(".pxd")): - if filename != "__init__.py" and filename != "version.py": - files.append(path) + #if filename != "__init__.py" and filename != "version.py": + files.append(path) elif os.path.isdir(path): findFiles(path, files) return files diff --git a/copyrightstamp.txt b/copyrightstamp.txt index 5c45213..4b9b88c 100644 --- a/copyrightstamp.txt +++ b/copyrightstamp.txt @@ -1,12 +1,15 @@ ######### COPYRIGHT ######### +Credits +####### -Copyright(c) DATE ------------------ +Copyright(c) 2015-DATE +---------------------- -* LabEx Archimède: http://labex-archimede.univ-amu.fr/ -* Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -* Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -* Université d'Aix-Marseille : http://www.univ-amu.fr/ +* `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +* `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ + (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +* `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +* `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ This software is a port from LTFAT LTFAT_VERSION : Copyright (C) 2005-DATE Peter L. Soendergaard <peter@sonderport.dk>. @@ -14,15 +17,16 @@ Copyright (C) 2005-DATE Peter L. Soendergaard <peter@sonderport.dk>. Contributors ------------ -* Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -* Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +* Denis Arrivault <contact.dev_AT_lis-lab.fr> +* Florent Jaillet <contact.dev_AT_lis-lab.fr> Description ----------- -ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -(http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -time-frequency analysis and synthesis. +ltfatpy is a partial Python port of the +`Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +a MATLAB®/Octave toolbox for working with time-frequency analysis and +synthesis. Version ------- diff --git a/doc/conf.py b/doc/conf.py index 8e95f33..c5a44f4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,7 +64,7 @@ master_doc = 'index' # General information about the project. project = u'ltfatpy' -copyright = u'2015, D. Arrivault, F. Jaillet' +copyright = u'2015-2018, D. Arrivault, F. Jaillet' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/copyright.rst b/doc/copyright.rst index 3c0f252..98d2271 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -1,32 +1,36 @@ +Credits +####### -Copyright(c) 2017 ------------------ +Copyright(c) 2015-2018 +---------------------- -* LabEx Archimède: http://labex-archimede.univ-amu.fr/ -* Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -* Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -* Université d'Aix-Marseille : http://www.univ-amu.fr/ +* `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +* `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ + (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +* `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +* `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ This software is a port from LTFAT 2.1.0 : -Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. Contributors ------------ -* Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -* Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +* Denis Arrivault <contact.dev_AT_lis-lab.fr> +* Florent Jaillet <contact.dev_AT_lis-lab.fr> Description ----------- -ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -(http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -time-frequency analysis and synthesis. +ltfatpy is a partial Python port of the +`Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +a MATLAB®/Octave toolbox for working with time-frequency analysis and +synthesis. Version ------- -* ltfatpy version = 1.0.9 +* ltfatpy version = 1.0.10 * LTFAT version = 2.1.0 Licence diff --git a/doc/install.rst b/doc/install.rst index 4243c78..e444857 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -12,18 +12,18 @@ Before installing **ltfatpy** you must check that the following software are ins CMake ----- A version of `cmake <https://cmake.org/>`_ >= 2.6 is required to install **ltfatpy**. -To install **CMake** follow the instructions given `here <https://cmake.org/install/>`_. +To install **CMake** follow the instructions given `here <https://cmake.org/install/>`__. Python ------ -* Make sure you have **python** >= 2.7 installed. If not follow the instructions from `here <https://wiki.python.org/moin/BeginnersGuide/Download>`_. -* According to your python version, make sure you have **pip** installed. If not follow the instructions from `here <https://pip.pypa.io/en/stable/installing/>`_. +* Make sure you have **python** >= 2.7 installed. If not follow the instructions from `here <https://wiki.python.org/moin/BeginnersGuide/Download>`__. +* According to your python version, make sure you have **pip** installed. If not follow the instructions from `here <https://pip.pypa.io/en/stable/installing/>`__. For developpers only: * If you need to recompile the whole ltfatpy C kernel interface you have to install **cython** >= 0.21. -* It can be installed by following the instructions given `here <http://docs.cython.org/src/quickstart/install.html>`_. +* It can be installed by following the instructions given `here <http://docs.cython.org/src/quickstart/install.html>`__. Scientific Python libraries --------------------------- @@ -32,14 +32,13 @@ Scientific Python libraries * For debian based linux systems use: ``$apt install libfftw3-dev``. * For MACOS X based systems, you may use: ``sudo port install fftw-3 fftw-3-single``. * For other systems, please read the documentation of `fftw <http://www.fftw.org/>`_. -* **ltfatpy** is using **numpy** >= 1.9, **scipy** >= 0.15 and **matplotlib** >= 1.4. For installing those packages read the instructions in: -`here <http://www.scipy.org/install.html>`_. +* **ltfatpy** is using **numpy** >= 1.9, **scipy** >= 0.15 and **matplotlib** >= 1.4. For installing those packages read the instructions `here <http://www.scipy.org/install.html>`__. Downloading **ltfatpy** ======================== * The last stable release of **ltfatpy** is available on `PyPI <https://pypi.python.org/pypi/ltfatpy>`_. -* You can clone the git repository of **ltfatpy** from `here <https://gitlab.lif.univ-mrs.fr/dev/ltfatpy>`_. +* You can clone the git repository of **ltfatpy** from `here <https://gitlab.lis-lab.fr/dev/ltfatpy>`__. Installing **ltfatpy** ======================== @@ -47,7 +46,7 @@ Installing **ltfatpy** From sources ------------ -From ltfatpy-x.x.x/ directory use ``pip install -e .`` +From ltfatpy-x.x.x/ directory use ``pip install .`` From PyPI --------- @@ -57,7 +56,7 @@ Just use : ``pip install ltfatpy`` Building documentation with Sphinx ================================== -Make sure you have Sphinx installed as described `here <http://sphinx-doc.org/tutorial.html#install-sphinx>`_. +Make sure you have Sphinx installed as described `here <http://sphinx-doc.org/tutorial.html#install-sphinx>`__. Before building documentation you have to install **sphinxcontrib-bibtex** : ``pip install sphinxcontrib-bibtex`` diff --git a/doc/ltfatpy.rst b/doc/ltfatpy.rst index 351e70e..78b4fcb 100644 --- a/doc/ltfatpy.rst +++ b/doc/ltfatpy.rst @@ -1,5 +1,5 @@ -ltfatpy -####### +**ltfatpy** +########### .. toctree:: ltfatpy.fourier diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py index 75f7234..3782331 100644 --- a/ltfatpy/__init__.py +++ b/ltfatpy/__init__.py @@ -1,4 +1,58 @@ # -*- coding: utf-8 -*- +# ######### COPYRIGHT ######### +# Credits +# ####### +# +# Copyright(c) 2015-2018 +# ---------------------- +# +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ +# +# This software is a port from LTFAT 2.1.0 : +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# +# Contributors +# ------------ +# +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> +# +# Description +# ----------- +# +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. +# +# Version +# ------- +# +# * ltfatpy version = 1.0.10 +# * LTFAT version = 2.1.0 +# +# Licence +# ------- +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# ######### COPYRIGHT ######### + """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 @@ -17,8 +71,8 @@ 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/>`_ and `I2M <https://www.i2m.univ-amu.fr/>`_ -project, Aix-Marseille Université. +`LIF <http://www.lif.univ-mrs.fr/>`_ (now `LIS <http://www.lis-lab.fr/>`_) +and `I2M <https://www.i2m.univ-amu.fr/>`__ project, Aix-Marseille Université. This package, as well as the original LTFAT toolbox, is Free software, released under the GNU General Public License (GPLv3). @@ -117,4 +171,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post", "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"] -__version__ = "1.0.9" +__version__ = "1.0.10" diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py index 24f3917..29fbafb 100644 --- a/ltfatpy/comp/arg_firwin.py +++ b/ltfatpy/comp/arg_firwin.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py index d43dd45..2fc6ac8 100644 --- a/ltfatpy/comp/assert_groworder.py +++ b/ltfatpy/comp/assert_groworder.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py index 93d56e1..79de3d2 100644 --- a/ltfatpy/comp/assert_sigreshape_post.py +++ b/ltfatpy/comp/assert_sigreshape_post.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py index e80618b..dc6fd62 100644 --- a/ltfatpy/comp/assert_sigreshape_pre.py +++ b/ltfatpy/comp/assert_sigreshape_pre.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx index 5699594..af87bbe 100644 --- a/ltfatpy/comp/comp_dct.pyx +++ b/ltfatpy/comp/comp_dct.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx index 88f84bc..48314c0 100644 --- a/ltfatpy/comp/comp_dst.pyx +++ b/ltfatpy/comp/comp_dst.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx index 89e0ab6..e3844d2 100644 --- a/ltfatpy/comp/comp_gabdual_long.pyx +++ b/ltfatpy/comp/comp_gabdual_long.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx index 466804c..2bbb070 100644 --- a/ltfatpy/comp/comp_gabtight_long.pyx +++ b/ltfatpy/comp/comp_gabtight_long.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py index 9fe3f78..e699767 100644 --- a/ltfatpy/comp/comp_hermite.py +++ b/ltfatpy/comp/comp_hermite.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py index 193c60d..bc9de96 100644 --- a/ltfatpy/comp/comp_hermite_all.py +++ b/ltfatpy/comp/comp_hermite_all.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx index e106eb4..415bbd4 100644 --- a/ltfatpy/comp/comp_isepdgt.pyx +++ b/ltfatpy/comp/comp_isepdgt.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx index 0d7a801..ada476a 100644 --- a/ltfatpy/comp/comp_isepdgtreal.pyx +++ b/ltfatpy/comp/comp_isepdgtreal.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx index 60fc6d8..2cb02c6 100644 --- a/ltfatpy/comp/comp_pgauss.pyx +++ b/ltfatpy/comp/comp_pgauss.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx index 2dd9fe6..31ee0db 100644 --- a/ltfatpy/comp/comp_sepdgt.pyx +++ b/ltfatpy/comp/comp_sepdgt.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx index 95fca13..1db4ebc 100644 --- a/ltfatpy/comp/comp_sepdgtreal.pyx +++ b/ltfatpy/comp/comp_sepdgtreal.pyx @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py index 2ea28d5..87bb235 100644 --- a/ltfatpy/comp/comp_sigreshape_post.py +++ b/ltfatpy/comp/comp_sigreshape_post.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py index 7cb1c40..fdd8203 100644 --- a/ltfatpy/comp/comp_sigreshape_pre.py +++ b/ltfatpy/comp/comp_sigreshape_pre.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py index df63244..2ce1c1f 100644 --- a/ltfatpy/comp/comp_window.py +++ b/ltfatpy/comp/comp_window.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py index f682c23..cdcc653 100644 --- a/ltfatpy/comp/gabpars_from_windowsignal.py +++ b/ltfatpy/comp/gabpars_from_windowsignal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd index e9b2dfd..159ca7f 100644 --- a/ltfatpy/comp/ltfat.pxd +++ b/ltfatpy/comp/ltfat.pxd @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py index d01faa2..eeac0e6 100644 --- a/ltfatpy/fourier/dcti.py +++ b/ltfatpy/fourier/dcti.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py index 0a9917b..620043f 100644 --- a/ltfatpy/fourier/dctii.py +++ b/ltfatpy/fourier/dctii.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py index 6e074bd..8207b64 100644 --- a/ltfatpy/fourier/dctiii.py +++ b/ltfatpy/fourier/dctiii.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py index df2175e..6ca4bce 100644 --- a/ltfatpy/fourier/dctiv.py +++ b/ltfatpy/fourier/dctiv.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py index 7b0a2e7..dd893dc 100644 --- a/ltfatpy/fourier/dft.py +++ b/ltfatpy/fourier/dft.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py index 7a42198..3ea0ea1 100644 --- a/ltfatpy/fourier/dsti.py +++ b/ltfatpy/fourier/dsti.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py index d97b79d..aaa5e86 100644 --- a/ltfatpy/fourier/dstii.py +++ b/ltfatpy/fourier/dstii.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py index c3dba76..7337714 100644 --- a/ltfatpy/fourier/dstiii.py +++ b/ltfatpy/fourier/dstiii.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py index 73fa10b..70f9908 100644 --- a/ltfatpy/fourier/dstiv.py +++ b/ltfatpy/fourier/dstiv.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py index 8ec8691..9e99bfd 100644 --- a/ltfatpy/fourier/fftindex.py +++ b/ltfatpy/fourier/fftindex.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py index 3049d62..c3d4e22 100644 --- a/ltfatpy/fourier/fftreal.py +++ b/ltfatpy/fourier/fftreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py index 226b39c..a5065ef 100644 --- a/ltfatpy/fourier/fftresample.py +++ b/ltfatpy/fourier/fftresample.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py index f52b2d3..a3e7aba 100644 --- a/ltfatpy/fourier/idft.py +++ b/ltfatpy/fourier/idft.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py index ddaa914..ebe6bdd 100644 --- a/ltfatpy/fourier/ifftreal.py +++ b/ltfatpy/fourier/ifftreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py index 7a03ad2..7d84dd1 100644 --- a/ltfatpy/fourier/isevenfunction.py +++ b/ltfatpy/fourier/isevenfunction.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py index 6ec4bed..ef6fb4f 100644 --- a/ltfatpy/fourier/middlepad.py +++ b/ltfatpy/fourier/middlepad.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py index 625c829..5237e7f 100644 --- a/ltfatpy/fourier/pderiv.py +++ b/ltfatpy/fourier/pderiv.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py index e9159a0..e506103 100644 --- a/ltfatpy/fourier/pgauss.py +++ b/ltfatpy/fourier/pgauss.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py index d5be524..0ef563b 100644 --- a/ltfatpy/fourier/pherm.py +++ b/ltfatpy/fourier/pherm.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py index a9e7edc..5b2bfd3 100644 --- a/ltfatpy/fourier/psech.py +++ b/ltfatpy/fourier/psech.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py index e2098d9..d5249a9 100644 --- a/ltfatpy/gabor/dgt.py +++ b/ltfatpy/gabor/dgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py index 0e0601a..6d64bf7 100644 --- a/ltfatpy/gabor/dgtlength.py +++ b/ltfatpy/gabor/dgtlength.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py index c59c458..bbbeacd 100644 --- a/ltfatpy/gabor/dgtreal.py +++ b/ltfatpy/gabor/dgtreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py index 4ff546a..03c21dd 100644 --- a/ltfatpy/gabor/gabdual.py +++ b/ltfatpy/gabor/gabdual.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py index 10f07e5..b99d31f 100644 --- a/ltfatpy/gabor/gabframediag.py +++ b/ltfatpy/gabor/gabframediag.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py index 89ec5a8..18cd7e6 100644 --- a/ltfatpy/gabor/gabimagepars.py +++ b/ltfatpy/gabor/gabimagepars.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py index e7de231..623751d 100644 --- a/ltfatpy/gabor/gabphasegrad.py +++ b/ltfatpy/gabor/gabphasegrad.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py index 57f3832..7cdcd1f 100644 --- a/ltfatpy/gabor/gabtight.py +++ b/ltfatpy/gabor/gabtight.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py index bd845e5..d105b6b 100644 --- a/ltfatpy/gabor/gabwin.py +++ b/ltfatpy/gabor/gabwin.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py index 882f077..c5c9d57 100644 --- a/ltfatpy/gabor/idgt.py +++ b/ltfatpy/gabor/idgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py index c179a77..8343ba4 100644 --- a/ltfatpy/gabor/idgtreal.py +++ b/ltfatpy/gabor/idgtreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py index 0f63963..472a6f3 100644 --- a/ltfatpy/gabor/instfreqplot.py +++ b/ltfatpy/gabor/instfreqplot.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py index 075c57d..a4e5142 100644 --- a/ltfatpy/gabor/phaselock.py +++ b/ltfatpy/gabor/phaselock.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py index 69bfaf9..0b88a64 100644 --- a/ltfatpy/gabor/phaseplot.py +++ b/ltfatpy/gabor/phaseplot.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py index 142d439..4d661bc 100644 --- a/ltfatpy/gabor/phaseunlock.py +++ b/ltfatpy/gabor/phaseunlock.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py index 3966f8b..cdf5fb1 100644 --- a/ltfatpy/gabor/plotdgt.py +++ b/ltfatpy/gabor/plotdgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py index 7d6f214..b8458ea 100644 --- a/ltfatpy/gabor/plotdgtreal.py +++ b/ltfatpy/gabor/plotdgtreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py index a53eb63..595429c 100644 --- a/ltfatpy/gabor/s0norm.py +++ b/ltfatpy/gabor/s0norm.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py index 24b5869..1941ca2 100644 --- a/ltfatpy/gabor/sgram.py +++ b/ltfatpy/gabor/sgram.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py index 4940917..0712e52 100644 --- a/ltfatpy/gabor/tfplot.py +++ b/ltfatpy/gabor/tfplot.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py index 675fd8c..bfe0d37 100644 --- a/ltfatpy/signals/greasy.py +++ b/ltfatpy/signals/greasy.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py index 407720d..8f7aa1a 100644 --- a/ltfatpy/signals/gspi.py +++ b/ltfatpy/signals/gspi.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py index 914a5ce..c14ec3d 100644 --- a/ltfatpy/signals/linus.py +++ b/ltfatpy/signals/linus.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py index 2710eba..ec89b5a 100644 --- a/ltfatpy/sigproc/fir2long.py +++ b/ltfatpy/sigproc/fir2long.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py index 18be782..e56af46 100644 --- a/ltfatpy/sigproc/firkaiser.py +++ b/ltfatpy/sigproc/firkaiser.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py index 6ca8422..2b5a9a0 100644 --- a/ltfatpy/sigproc/firwin.py +++ b/ltfatpy/sigproc/firwin.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py index ad54c8f..0fb25cc 100644 --- a/ltfatpy/sigproc/groupthresh.py +++ b/ltfatpy/sigproc/groupthresh.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py index d9e88f1..76ae8e8 100644 --- a/ltfatpy/sigproc/largestn.py +++ b/ltfatpy/sigproc/largestn.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py index 65a7ce9..4a5ec1f 100644 --- a/ltfatpy/sigproc/largestr.py +++ b/ltfatpy/sigproc/largestr.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py index 92e111a..17b1369 100644 --- a/ltfatpy/sigproc/long2fir.py +++ b/ltfatpy/sigproc/long2fir.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py index c218ff6..7291b6d 100644 --- a/ltfatpy/sigproc/normalize.py +++ b/ltfatpy/sigproc/normalize.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py index ea80a7d..0af8151 100644 --- a/ltfatpy/sigproc/rms.py +++ b/ltfatpy/sigproc/rms.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py index 2c37b5e..9a78161 100644 --- a/ltfatpy/sigproc/thresh.py +++ b/ltfatpy/sigproc/thresh.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_post.py b/ltfatpy/tests/comp/test_assert_sigreshape_post.py index 9c785cf..90b6962 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py index e0cd9d5..05c1f07 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_dct.py b/ltfatpy/tests/comp/test_comp_dct.py index ca68847..0904fa7 100644 --- a/ltfatpy/tests/comp/test_comp_dct.py +++ b/ltfatpy/tests/comp/test_comp_dct.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_dst.py b/ltfatpy/tests/comp/test_comp_dst.py index 3414de3..ca8b953 100644 --- a/ltfatpy/tests/comp/test_comp_dst.py +++ b/ltfatpy/tests/comp/test_comp_dst.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_gabdual.py b/ltfatpy/tests/comp/test_comp_gabdual.py index b75f991..5f67d15 100644 --- a/ltfatpy/tests/comp/test_comp_gabdual.py +++ b/ltfatpy/tests/comp/test_comp_gabdual.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_hermite.py b/ltfatpy/tests/comp/test_comp_hermite.py index 830ef4d..04a6996 100644 --- a/ltfatpy/tests/comp/test_comp_hermite.py +++ b/ltfatpy/tests/comp/test_comp_hermite.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_hermite_all.py b/ltfatpy/tests/comp/test_comp_hermite_all.py index bae6a32..a90f118 100644 --- a/ltfatpy/tests/comp/test_comp_hermite_all.py +++ b/ltfatpy/tests/comp/test_comp_hermite_all.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_isepdgt.py b/ltfatpy/tests/comp/test_comp_isepdgt.py index 4e24c5c..391c4b4 100644 --- a/ltfatpy/tests/comp/test_comp_isepdgt.py +++ b/ltfatpy/tests/comp/test_comp_isepdgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_pgauss.py b/ltfatpy/tests/comp/test_comp_pgauss.py index 1890929..542df70 100644 --- a/ltfatpy/tests/comp/test_comp_pgauss.py +++ b/ltfatpy/tests/comp/test_comp_pgauss.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_sepdgt.py b/ltfatpy/tests/comp/test_comp_sepdgt.py index b96559d..7d26996 100644 --- a/ltfatpy/tests/comp/test_comp_sepdgt.py +++ b/ltfatpy/tests/comp/test_comp_sepdgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_sigreshape.py b/ltfatpy/tests/comp/test_comp_sigreshape.py index 037b558..438a06e 100644 --- a/ltfatpy/tests/comp/test_comp_sigreshape.py +++ b/ltfatpy/tests/comp/test_comp_sigreshape.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/get_dataset_path.py b/ltfatpy/tests/datasets/get_dataset_path.py index 3ee415e..33a75a4 100644 --- a/ltfatpy/tests/datasets/get_dataset_path.py +++ b/ltfatpy/tests/datasets/get_dataset_path.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py index fb68861..a6074d8 100644 --- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py index 814a08d..5b9c25e 100644 --- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py index 2fa1238..e251bc4 100644 --- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py index d7c72c9..2110b96 100644 --- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py index 7fedd2d..70c6221 100644 --- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_ref_mat.py b/ltfatpy/tests/datasets/read_ref_mat.py index 4600fb6..889107e 100644 --- a/ltfatpy/tests/datasets/read_ref_mat.py +++ b/ltfatpy/tests/datasets/read_ref_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py index 448b7c0..5ab69fb 100644 --- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py +++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py index d2e7f40..ce7e56b 100644 --- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py +++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/test_read_ref_mat.py b/ltfatpy/tests/datasets/test_read_ref_mat.py index 9430f93..471c624 100644 --- a/ltfatpy/tests/datasets/test_read_ref_mat.py +++ b/ltfatpy/tests/datasets/test_read_ref_mat.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py index 8af4f58..e1bd136 100644 --- a/ltfatpy/tests/fourier/test_dct.py +++ b/ltfatpy/tests/fourier/test_dct.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py index e33c870..dc54e8c 100644 --- a/ltfatpy/tests/fourier/test_dft.py +++ b/ltfatpy/tests/fourier/test_dft.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py index 4bea9bd..61b93f4 100644 --- a/ltfatpy/tests/fourier/test_dst.py +++ b/ltfatpy/tests/fourier/test_dst.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py index 3d1c858..c7403c3 100644 --- a/ltfatpy/tests/fourier/test_fftindex.py +++ b/ltfatpy/tests/fourier/test_fftindex.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py index ff2f0aa..38e143a 100644 --- a/ltfatpy/tests/fourier/test_fftreal.py +++ b/ltfatpy/tests/fourier/test_fftreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py index 853bbb1..ee0ce6d 100644 --- a/ltfatpy/tests/fourier/test_fftresample.py +++ b/ltfatpy/tests/fourier/test_fftresample.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py index d5c9ef7..100a2c4 100644 --- a/ltfatpy/tests/fourier/test_idft.py +++ b/ltfatpy/tests/fourier/test_idft.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py index b8c0e73..faf67f4 100644 --- a/ltfatpy/tests/fourier/test_ifftreal.py +++ b/ltfatpy/tests/fourier/test_ifftreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py index 5799410..78635f2 100644 --- a/ltfatpy/tests/fourier/test_isevenfunction.py +++ b/ltfatpy/tests/fourier/test_isevenfunction.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py index c496b25..47f2eb1 100644 --- a/ltfatpy/tests/fourier/test_middlepad.py +++ b/ltfatpy/tests/fourier/test_middlepad.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py index 0a4b062..b5999f0 100644 --- a/ltfatpy/tests/fourier/test_pderiv.py +++ b/ltfatpy/tests/fourier/test_pderiv.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py index bb066f7..5917674 100644 --- a/ltfatpy/tests/fourier/test_pgauss.py +++ b/ltfatpy/tests/fourier/test_pgauss.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py index 653daac..d2f0474 100644 --- a/ltfatpy/tests/fourier/test_pherm.py +++ b/ltfatpy/tests/fourier/test_pherm.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py index fd1aca4..eeb9823 100644 --- a/ltfatpy/tests/fourier/test_psech.py +++ b/ltfatpy/tests/fourier/test_psech.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py index b1f2754..8a8b875 100644 --- a/ltfatpy/tests/gabor/test_dgt.py +++ b/ltfatpy/tests/gabor/test_dgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py index f9eb8e3..6d9e818 100644 --- a/ltfatpy/tests/gabor/test_gabdual.py +++ b/ltfatpy/tests/gabor/test_gabdual.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py index 25eac96..ad4d7b6 100644 --- a/ltfatpy/tests/gabor/test_gabframediag.py +++ b/ltfatpy/tests/gabor/test_gabframediag.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py index 499a93e..91ae48b 100644 --- a/ltfatpy/tests/gabor/test_gabimagepars.py +++ b/ltfatpy/tests/gabor/test_gabimagepars.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py index 85be19b..7b3625a 100644 --- a/ltfatpy/tests/gabor/test_gabphasegrad.py +++ b/ltfatpy/tests/gabor/test_gabphasegrad.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py index 5cf7f13..0030f4e 100644 --- a/ltfatpy/tests/gabor/test_gabtight.py +++ b/ltfatpy/tests/gabor/test_gabtight.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py index 8b5ad3f..eb51489 100644 --- a/ltfatpy/tests/gabor/test_gabwin.py +++ b/ltfatpy/tests/gabor/test_gabwin.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py index 574af2b..761e846 100644 --- a/ltfatpy/tests/gabor/test_idgt.py +++ b/ltfatpy/tests/gabor/test_idgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py index aebbe3c..cde4cfc 100644 --- a/ltfatpy/tests/gabor/test_instfreqplot.py +++ b/ltfatpy/tests/gabor/test_instfreqplot.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py index 6fee92b..9d401c6 100644 --- a/ltfatpy/tests/gabor/test_phaselock.py +++ b/ltfatpy/tests/gabor/test_phaselock.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py index 7cc2999..734cfd9 100644 --- a/ltfatpy/tests/gabor/test_phaseplot.py +++ b/ltfatpy/tests/gabor/test_phaseplot.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py index cca7111..e25e0b0 100644 --- a/ltfatpy/tests/gabor/test_phaseunlock.py +++ b/ltfatpy/tests/gabor/test_phaseunlock.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py index ecb250d..4deb336 100644 --- a/ltfatpy/tests/gabor/test_plotdgt.py +++ b/ltfatpy/tests/gabor/test_plotdgt.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py index c020190..3235e9e 100644 --- a/ltfatpy/tests/gabor/test_plotdgtreal.py +++ b/ltfatpy/tests/gabor/test_plotdgtreal.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py index 704663f..d6c707f 100644 --- a/ltfatpy/tests/gabor/test_s0norm.py +++ b/ltfatpy/tests/gabor/test_s0norm.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py index 1a41d2b..bb76c17 100644 --- a/ltfatpy/tests/gabor/test_sgram.py +++ b/ltfatpy/tests/gabor/test_sgram.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py index e431ae7..18d3490 100644 --- a/ltfatpy/tests/gabor/test_tfplot.py +++ b/ltfatpy/tests/gabor/test_tfplot.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py index 645dd57..d968080 100644 --- a/ltfatpy/tests/signals/test_greasy.py +++ b/ltfatpy/tests/signals/test_greasy.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py index a64fd81..f4818ae 100644 --- a/ltfatpy/tests/signals/test_gspi.py +++ b/ltfatpy/tests/signals/test_gspi.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py index 784884b..8487bfe 100644 --- a/ltfatpy/tests/signals/test_linus.py +++ b/ltfatpy/tests/signals/test_linus.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py index 5f6c335..409977f 100644 --- a/ltfatpy/tests/sigproc/test_fir2long.py +++ b/ltfatpy/tests/sigproc/test_fir2long.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py index 9ebca45..7c99238 100644 --- a/ltfatpy/tests/sigproc/test_firkaiser.py +++ b/ltfatpy/tests/sigproc/test_firkaiser.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py index c192039..74e0bc7 100644 --- a/ltfatpy/tests/sigproc/test_firwin.py +++ b/ltfatpy/tests/sigproc/test_firwin.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py index bc7a706..32c016c 100644 --- a/ltfatpy/tests/sigproc/test_groupthresh.py +++ b/ltfatpy/tests/sigproc/test_groupthresh.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py index 19082a4..d03ed28 100644 --- a/ltfatpy/tests/sigproc/test_largestn.py +++ b/ltfatpy/tests/sigproc/test_largestn.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py index 447f436..479bd7f 100644 --- a/ltfatpy/tests/sigproc/test_largestr.py +++ b/ltfatpy/tests/sigproc/test_largestr.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py index 5d40ce3..276efce 100644 --- a/ltfatpy/tests/sigproc/test_long2fir.py +++ b/ltfatpy/tests/sigproc/test_long2fir.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py index d798544..db5b711 100644 --- a/ltfatpy/tests/sigproc/test_normalize.py +++ b/ltfatpy/tests/sigproc/test_normalize.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py index cf54a7f..81596e7 100644 --- a/ltfatpy/tests/sigproc/test_rms.py +++ b/ltfatpy/tests/sigproc/test_rms.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py index 21938c3..9d5ca10 100644 --- a/ltfatpy/tests/sigproc/test_thresh.py +++ b/ltfatpy/tests/sigproc/test_thresh.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py index a94be7d..9670a28 100644 --- a/ltfatpy/tests/tools/test_lcm.py +++ b/ltfatpy/tests/tools/test_lcm.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py index 26113e6..bb7e28a 100644 --- a/ltfatpy/tests/tools/test_postpad.py +++ b/ltfatpy/tests/tools/test_postpad.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py index 93314b2..7b4cc6f 100644 --- a/ltfatpy/tools/lcm.py +++ b/ltfatpy/tools/lcm.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py index 42239dc..516f093 100644 --- a/ltfatpy/tools/postpad.py +++ b/ltfatpy/tools/postpad.py @@ -1,34 +1,38 @@ # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/version.py b/ltfatpy/version.py index d8841e1..238db79 100644 --- a/ltfatpy/version.py +++ b/ltfatpy/version.py @@ -1,4 +1,58 @@ # -*- coding: utf-8 -*- +# ######### COPYRIGHT ######### +# Credits +# ####### +# +# Copyright(c) 2015-2018 +# ---------------------- +# +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ +# +# This software is a port from LTFAT 2.1.0 : +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# +# Contributors +# ------------ +# +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> +# +# Description +# ----------- +# +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. +# +# Version +# ------- +# +# * ltfatpy version = 1.0.10 +# * LTFAT version = 2.1.0 +# +# Licence +# ------- +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# ######### COPYRIGHT ######### + from pkg_resources import get_distribution, DistributionNotFound import os diff --git a/setup.py b/setup.py index baf4b69..f1916ed 100755 --- a/setup.py +++ b/setup.py @@ -1,35 +1,39 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # ######### COPYRIGHT ######### +# Credits +# ####### # -# Copyright(c) 2017 -# ----------------- +# Copyright(c) 2015-2018 +# ---------------------- # -# * LabEx Archimède: http://labex-archimede.univ-amu.fr/ -# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/ -# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/ -# * Université d'Aix-Marseille : http://www.univ-amu.fr/ +# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ +# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_ +# (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_) +# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_ +# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ # -# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr> -# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr> +# * Denis Arrivault <contact.dev_AT_lis-lab.fr> +# * Florent Jaillet <contact.dev_AT_lis-lab.fr> # # Description # ----------- # -# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox -# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with -# time-frequency analysis and synthesis. +# ltfatpy is a partial Python port of the +# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_, +# a MATLAB®/Octave toolbox for working with time-frequency analysis and +# synthesis. # # Version # ------- # -# * ltfatpy version = 1.0.9 +# * ltfatpy version = 1.0.10 # * LTFAT version = 2.1.0 # # Licence @@ -50,14 +54,6 @@ # # ######### COPYRIGHT ######### - - - - - - - - from __future__ import print_function, division import sys import os @@ -320,11 +316,10 @@ def setup_package(): package_data={'ltfatpy.signals': ['*.wav'], 'ltfatpy.comp': ['*.pxd'], 'ltfatpy.tests.datasets': ['*.mat']}, - url="https://gitlab.lif.univ-mrs.fr/dev/ltfatpy", + url="https://gitlab.lis-lab.fr/dev/ltfatpy", license='GNU GPL V3', author='Denis Arrivault and Florent Jaillet', - author_email='denis.arrivault@lif.univ-mrs.fr ' + - 'florent.jaillet@lif.univ-mrs.fr', + author_email='contact.dev@lis-lab.fr ', ext_modules=extensions, test_suite='nose.collector', tests_require=['nose', 'coverage'], -- GitLab