From 581ee797dc7913c6f74938fdbbacde36abc99c50 Mon Sep 17 00:00:00 2001 From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr> Date: Wed, 12 Oct 2016 14:16:53 +0200 Subject: [PATCH] Really add the correction to bug #3 this time --- MANIFEST.in | 2 +- VERSION | 2 +- doc/copyright.rst | 2 +- ltfatpy/__init__.py | 2 +- ltfatpy/comp/arg_firwin.py | 5 ++++- ltfatpy/comp/assert_groworder.py | 5 ++++- ltfatpy/comp/assert_sigreshape_post.py | 5 ++++- ltfatpy/comp/assert_sigreshape_pre.py | 5 ++++- ltfatpy/comp/comp_dct.pyx | 5 ++++- ltfatpy/comp/comp_dst.pyx | 5 ++++- ltfatpy/comp/comp_gabdual_long.pyx | 5 ++++- ltfatpy/comp/comp_gabtight_long.pyx | 5 ++++- ltfatpy/comp/comp_hermite.py | 5 ++++- ltfatpy/comp/comp_hermite_all.py | 5 ++++- ltfatpy/comp/comp_isepdgt.pyx | 5 ++++- ltfatpy/comp/comp_isepdgtreal.pyx | 5 ++++- ltfatpy/comp/comp_pgauss.pyx | 5 ++++- ltfatpy/comp/comp_sepdgt.pyx | 5 ++++- ltfatpy/comp/comp_sepdgtreal.pyx | 5 ++++- ltfatpy/comp/comp_sigreshape_post.py | 5 ++++- ltfatpy/comp/comp_sigreshape_pre.py | 5 ++++- ltfatpy/comp/comp_window.py | 5 ++++- ltfatpy/comp/gabpars_from_windowsignal.py | 5 ++++- ltfatpy/comp/ltfat.pxd | 5 ++++- ltfatpy/fourier/dcti.py | 5 ++++- ltfatpy/fourier/dctii.py | 5 ++++- ltfatpy/fourier/dctiii.py | 5 ++++- ltfatpy/fourier/dctiv.py | 5 ++++- ltfatpy/fourier/dft.py | 5 ++++- ltfatpy/fourier/dsti.py | 5 ++++- ltfatpy/fourier/dstii.py | 5 ++++- ltfatpy/fourier/dstiii.py | 5 ++++- ltfatpy/fourier/dstiv.py | 5 ++++- ltfatpy/fourier/fftindex.py | 5 ++++- ltfatpy/fourier/fftreal.py | 5 ++++- ltfatpy/fourier/fftresample.py | 5 ++++- ltfatpy/fourier/idft.py | 5 ++++- ltfatpy/fourier/ifftreal.py | 5 ++++- ltfatpy/fourier/isevenfunction.py | 5 ++++- ltfatpy/fourier/middlepad.py | 5 ++++- ltfatpy/fourier/pderiv.py | 5 ++++- ltfatpy/fourier/pgauss.py | 5 ++++- ltfatpy/fourier/pherm.py | 5 ++++- ltfatpy/fourier/psech.py | 5 ++++- ltfatpy/gabor/dgt.py | 5 ++++- ltfatpy/gabor/dgtlength.py | 5 ++++- ltfatpy/gabor/dgtreal.py | 5 ++++- ltfatpy/gabor/gabdual.py | 5 ++++- ltfatpy/gabor/gabframediag.py | 5 ++++- ltfatpy/gabor/gabimagepars.py | 5 ++++- ltfatpy/gabor/gabphasegrad.py | 5 ++++- ltfatpy/gabor/gabtight.py | 5 ++++- ltfatpy/gabor/gabwin.py | 5 ++++- ltfatpy/gabor/idgt.py | 5 ++++- ltfatpy/gabor/idgtreal.py | 5 ++++- ltfatpy/gabor/instfreqplot.py | 5 ++++- ltfatpy/gabor/phaselock.py | 5 ++++- ltfatpy/gabor/phaseplot.py | 5 ++++- ltfatpy/gabor/phaseunlock.py | 5 ++++- ltfatpy/gabor/plotdgt.py | 5 ++++- ltfatpy/gabor/plotdgtreal.py | 5 ++++- ltfatpy/gabor/s0norm.py | 5 ++++- ltfatpy/gabor/sgram.py | 5 ++++- ltfatpy/gabor/tfplot.py | 5 ++++- ltfatpy/signals/greasy.py | 5 ++++- ltfatpy/signals/gspi.py | 5 ++++- ltfatpy/signals/linus.py | 5 ++++- ltfatpy/sigproc/fir2long.py | 5 ++++- ltfatpy/sigproc/firkaiser.py | 5 ++++- ltfatpy/sigproc/firwin.py | 5 ++++- ltfatpy/sigproc/groupthresh.py | 5 ++++- ltfatpy/sigproc/largestn.py | 5 ++++- ltfatpy/sigproc/largestr.py | 5 ++++- ltfatpy/sigproc/long2fir.py | 5 ++++- ltfatpy/sigproc/normalize.py | 5 ++++- ltfatpy/sigproc/rms.py | 5 ++++- ltfatpy/sigproc/thresh.py | 5 ++++- ltfatpy/tests/comp/test_assert_sigreshape_post.py | 5 ++++- ltfatpy/tests/comp/test_assert_sigreshape_pre.py | 5 ++++- ltfatpy/tests/comp/test_comp_dct.py | 5 ++++- ltfatpy/tests/comp/test_comp_dst.py | 5 ++++- ltfatpy/tests/comp/test_comp_gabdual.py | 5 ++++- ltfatpy/tests/comp/test_comp_hermite.py | 5 ++++- ltfatpy/tests/comp/test_comp_hermite_all.py | 5 ++++- ltfatpy/tests/comp/test_comp_isepdgt.py | 5 ++++- ltfatpy/tests/comp/test_comp_pgauss.py | 5 ++++- ltfatpy/tests/comp/test_comp_sepdgt.py | 5 ++++- ltfatpy/tests/comp/test_comp_sigreshape.py | 5 ++++- ltfatpy/tests/datasets/get_dataset_path.py | 5 ++++- ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py | 5 ++++- ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py | 5 ++++- ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py | 5 ++++- ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py | 5 ++++- ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py | 5 ++++- ltfatpy/tests/datasets/read_ref_mat.py | 5 ++++- ltfatpy/tests/datasets/read_s0norm_ex_mat.py | 5 ++++- ltfatpy/tests/datasets/test_read_dgt_signal_ext.py | 5 ++++- ltfatpy/tests/datasets/test_read_ref_mat.py | 5 ++++- ltfatpy/tests/fourier/test_dct.py | 5 ++++- ltfatpy/tests/fourier/test_dft.py | 5 ++++- ltfatpy/tests/fourier/test_dst.py | 5 ++++- ltfatpy/tests/fourier/test_fftindex.py | 5 ++++- ltfatpy/tests/fourier/test_fftreal.py | 5 ++++- ltfatpy/tests/fourier/test_fftresample.py | 5 ++++- ltfatpy/tests/fourier/test_idft.py | 5 ++++- ltfatpy/tests/fourier/test_ifftreal.py | 5 ++++- ltfatpy/tests/fourier/test_isevenfunction.py | 5 ++++- ltfatpy/tests/fourier/test_middlepad.py | 5 ++++- ltfatpy/tests/fourier/test_pderiv.py | 5 ++++- ltfatpy/tests/fourier/test_pgauss.py | 5 ++++- ltfatpy/tests/fourier/test_pherm.py | 5 ++++- ltfatpy/tests/fourier/test_psech.py | 5 ++++- ltfatpy/tests/gabor/test_dgt.py | 5 ++++- ltfatpy/tests/gabor/test_gabdual.py | 5 ++++- ltfatpy/tests/gabor/test_gabframediag.py | 5 ++++- ltfatpy/tests/gabor/test_gabimagepars.py | 5 ++++- ltfatpy/tests/gabor/test_gabphasegrad.py | 5 ++++- ltfatpy/tests/gabor/test_gabtight.py | 5 ++++- ltfatpy/tests/gabor/test_gabwin.py | 5 ++++- ltfatpy/tests/gabor/test_idgt.py | 5 ++++- ltfatpy/tests/gabor/test_instfreqplot.py | 5 ++++- ltfatpy/tests/gabor/test_phaselock.py | 5 ++++- ltfatpy/tests/gabor/test_phaseplot.py | 5 ++++- ltfatpy/tests/gabor/test_phaseunlock.py | 5 ++++- ltfatpy/tests/gabor/test_plotdgt.py | 5 ++++- ltfatpy/tests/gabor/test_plotdgtreal.py | 5 ++++- ltfatpy/tests/gabor/test_s0norm.py | 5 ++++- ltfatpy/tests/gabor/test_sgram.py | 5 ++++- ltfatpy/tests/gabor/test_tfplot.py | 5 ++++- ltfatpy/tests/signals/test_greasy.py | 5 ++++- ltfatpy/tests/signals/test_gspi.py | 5 ++++- ltfatpy/tests/signals/test_linus.py | 5 ++++- ltfatpy/tests/sigproc/test_fir2long.py | 5 ++++- ltfatpy/tests/sigproc/test_firkaiser.py | 5 ++++- ltfatpy/tests/sigproc/test_firwin.py | 5 ++++- ltfatpy/tests/sigproc/test_groupthresh.py | 5 ++++- ltfatpy/tests/sigproc/test_largestn.py | 5 ++++- ltfatpy/tests/sigproc/test_largestr.py | 5 ++++- ltfatpy/tests/sigproc/test_long2fir.py | 5 ++++- ltfatpy/tests/sigproc/test_normalize.py | 5 ++++- ltfatpy/tests/sigproc/test_rms.py | 5 ++++- ltfatpy/tests/sigproc/test_thresh.py | 5 ++++- ltfatpy/tests/tools/test_lcm.py | 5 ++++- ltfatpy/tests/tools/test_postpad.py | 5 ++++- ltfatpy/tools/lcm.py | 5 ++++- ltfatpy/tools/postpad.py | 5 ++++- setup.py | 5 ++++- 147 files changed, 576 insertions(+), 147 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index beb8b38..88d07c6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ recursive-include ltfat_C_kernel *.c *.h *.txt -recursive-include ltfatpy/comp *.c +recursive-include ltfatpy/comp *.c *.pyx recursive-include doc *.rst *.py *.png *.bib prune ltfat_C_kernel/tests prune ltfat_C_kernel/lib diff --git a/VERSION b/VERSION index 523ee7d..4304319 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -ltfatpy:1.0.6 +ltfatpy:1.0.7 ltfat:2.1.0 diff --git a/doc/copyright.rst b/doc/copyright.rst index f9191c7..9001d50 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -26,7 +26,7 @@ time-frequency analysis and synthesis. Version ------- -* ltfatpy version = 1.0.6 +* ltfatpy version = 1.0.7 * LTFAT version = 2.1.0 Licence diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py index b1b34ad..06b3382 100644 --- a/ltfatpy/__init__.py +++ b/ltfatpy/__init__.py @@ -117,4 +117,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post", "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"] -__version__ = "1.0.6" +__version__ = "1.0.7" diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py index 2adc276..d0b1be3 100644 --- a/ltfatpy/comp/arg_firwin.py +++ b/ltfatpy/comp/arg_firwin.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of FIR window names Ported from ltfat_2.1.0/comp/arg_firwin.m diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py index 5613182..804cfad 100644 --- a/ltfatpy/comp/assert_groworder.py +++ b/ltfatpy/comp/assert_groworder.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of order parameter growing Ported from ltfat_2.1.0/comp/assert_groworder.m diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py index e3308e5..f6356bf 100644 --- a/ltfatpy/comp/assert_sigreshape_post.py +++ b/ltfatpy/comp/assert_sigreshape_post.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of original permuted shape restoration Ported from ltfat_2.1.0/comp/assert_sigreshape_post.m diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py index 90cdf9c..aac8316 100644 --- a/ltfatpy/comp/assert_sigreshape_pre.py +++ b/ltfatpy/comp/assert_sigreshape_pre.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of dimension input proprocessing and handling Ported from ltfat_2.1.0/comp/assert_sigreshape_pre.m diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx index a1703f8..17e6467 100644 --- a/ltfatpy/comp/comp_dct.pyx +++ b/ltfatpy/comp/comp_dct.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of dct calculations. diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx index beeb317..35e5f85 100644 --- a/ltfatpy/comp/comp_dst.pyx +++ b/ltfatpy/comp/comp_dst.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of dst calculations. diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx index 0406322..ac3bae4 100644 --- a/ltfatpy/comp/comp_gabdual_long.pyx +++ b/ltfatpy/comp/comp_gabdual_long.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of gabor dual windows calculations. diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx index 9fe0069..8380e93 100644 --- a/ltfatpy/comp/comp_gabtight_long.pyx +++ b/ltfatpy/comp/comp_gabtight_long.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of tight gabor windows calculation. diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py index 57fc705..d2f7e0b 100644 --- a/ltfatpy/comp/comp_hermite.py +++ b/ltfatpy/comp/comp_hermite.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of sampling of continuous Hermite function computation Ported from ltfat_2.1.0/comp/comp_hermite.m diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py index 8f48948..6726616 100644 --- a/ltfatpy/comp/comp_hermite_all.py +++ b/ltfatpy/comp/comp_hermite_all.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of sampling of all Hermite function computation Ported from ltfat_2.1.0/comp/comp_hermite_all.m diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx index 51bfe15..69bd61f 100644 --- a/ltfatpy/comp/comp_isepdgt.pyx +++ b/ltfatpy/comp/comp_isepdgt.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of isepdgt calculations. diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx index aa22ba8..262b059 100644 --- a/ltfatpy/comp/comp_isepdgtreal.pyx +++ b/ltfatpy/comp/comp_isepdgtreal.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of isepdgtreal calculations. diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx index 2bb0b12..535eb37 100644 --- a/ltfatpy/comp/comp_pgauss.pyx +++ b/ltfatpy/comp/comp_pgauss.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of periodized Gaussian calculation. diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx index 18108b9..0b89402 100644 --- a/ltfatpy/comp/comp_sepdgt.pyx +++ b/ltfatpy/comp/comp_sepdgt.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of sepdgt calculations. diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx index eb4c9f0..5a5d002 100644 --- a/ltfatpy/comp/comp_sepdgtreal.pyx +++ b/ltfatpy/comp/comp_sepdgtreal.pyx @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains interface functions for the LTFAT computed versions of sepdgt calculations. diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py index 32554e7..eeecba8 100644 --- a/ltfatpy/comp/comp_sigreshape_post.py +++ b/ltfatpy/comp/comp_sigreshape_post.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of comp_sigreshape_post calculation Ported from ltfat_2.1.0/comp/comp_sigreshape_post.m diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py index 2716afb..993acac 100644 --- a/ltfatpy/comp/comp_sigreshape_pre.py +++ b/ltfatpy/comp/comp_sigreshape_pre.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of comp_sigreshape_pre calculation Ported from ltfat_2.1.0/comp/comp_sigreshape_pre.m diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py index 8cc5373..502d450 100644 --- a/ltfatpy/comp/comp_window.py +++ b/ltfatpy/comp/comp_window.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of window calculation from descriptions Ported from ltfat_2.1.0/comp/comp_window.m diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py index f614335..ac7321d 100644 --- a/ltfatpy/comp/gabpars_from_windowsignal.py +++ b/ltfatpy/comp/gabpars_from_windowsignal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of gabpars_from_windowsignal calculation Ported from ltfat_2.1.0/comp/gabpars_from_windowsignal.m diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd index 4ba51c0..50b7e12 100644 --- a/ltfatpy/comp/ltfat.pxd +++ b/ltfatpy/comp/ltfat.pxd @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + cdef enum dgt_phasetype: FREQINV = 0 TIMEINV = 1 diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py index 325dc12..4124d0e 100644 --- a/ltfatpy/fourier/dcti.py +++ b/ltfatpy/fourier/dcti.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -52,6 +52,9 @@ + + + """This module contains DCTI function Ported from ltfat_2.1.0/fourier/dcti.m diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py index 205b6b1..a136f54 100644 --- a/ltfatpy/fourier/dctii.py +++ b/ltfatpy/fourier/dctii.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains DCTII function Ported from ltfat_2.1.0/fourier/dctii.m diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py index 70c79be..0b097a2 100644 --- a/ltfatpy/fourier/dctiii.py +++ b/ltfatpy/fourier/dctiii.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains dctIII function Ported from ltfat_2.1.0/fourier/dctiii.m diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py index d394f75..f9a5d7c 100644 --- a/ltfatpy/fourier/dctiv.py +++ b/ltfatpy/fourier/dctiv.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains dctIV function Ported from ltfat_2.1.0/fourier/dctiv.m diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py index 8d4a622..346c7e3 100644 --- a/ltfatpy/fourier/dft.py +++ b/ltfatpy/fourier/dft.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of normalized discrete Fourier transform Ported from ltfat_2.1.0/fourier/dft.m diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py index 33d42c8..b646329 100644 --- a/ltfatpy/fourier/dsti.py +++ b/ltfatpy/fourier/dsti.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains DSTI function Ported from ltfat_2.1.0/fourier/dsti.m diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py index 06860b3..1b387c8 100644 --- a/ltfatpy/fourier/dstii.py +++ b/ltfatpy/fourier/dstii.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains DSTII function Ported from ltfat_2.1.0/fourier/dstii.m diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py index cead197..58b0d8e 100644 --- a/ltfatpy/fourier/dstiii.py +++ b/ltfatpy/fourier/dstiii.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains DSTIII function Ported from ltfat_2.1.0/fourier/dstiii.m diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py index b10a3ab..8652f87 100644 --- a/ltfatpy/fourier/dstiv.py +++ b/ltfatpy/fourier/dstiv.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains DSTIV function Ported from ltfat_2.1.0/fourier/dstiv.m diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py index 57948fe..9511837 100644 --- a/ltfatpy/fourier/fftindex.py +++ b/ltfatpy/fourier/fftindex.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of frequency index of FFT modulations computation Ported from ltfat_2.1.0/fourier/fftindex.m diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py index 56441a9..65892cd 100644 --- a/ltfatpy/fourier/fftreal.py +++ b/ltfatpy/fourier/fftreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of FFT for real valued data computation Ported from ltfat_2.1.0/fourier/fftreal.m diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py index a2cec2f..871a0bd 100644 --- a/ltfatpy/fourier/fftresample.py +++ b/ltfatpy/fourier/fftresample.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of signal resampling using Fourier interpolation Ported from ltfat_2.1.0/fourier/fftresample.m diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py index 158738e..ff727e5 100644 --- a/ltfatpy/fourier/idft.py +++ b/ltfatpy/fourier/idft.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of inverse normalized discrete Fourier transform Ported from ltfat_2.1.0/fourier/idft.m diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py index d3b04d9..fcc0cc1 100644 --- a/ltfatpy/fourier/ifftreal.py +++ b/ltfatpy/fourier/ifftreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of inverse FFT for real valued data computation Ported from ltfat_2.1.0/fourier/ifftreal.m diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py index ae7f413..e87ebd0 100644 --- a/ltfatpy/fourier/isevenfunction.py +++ b/ltfatpy/fourier/isevenfunction.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of even function tests Ported from ltfat_2.1.0/fourier/isevenfunction.m diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py index 1e1672f..6a14e2e 100644 --- a/ltfatpy/fourier/middlepad.py +++ b/ltfatpy/fourier/middlepad.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of symmetrical zero-extension or cut of data Ported from ltfat_2.1.0/fourier/middlepad.m diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py index 51c69ba..5b24746 100644 --- a/ltfatpy/fourier/pderiv.py +++ b/ltfatpy/fourier/pderiv.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of derivative of smooth periodic function computation Ported from ltfat_2.1.0/fourier/pderiv.m diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py index bfc1ae7..f62b7a6 100644 --- a/ltfatpy/fourier/pgauss.py +++ b/ltfatpy/fourier/pgauss.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains sampled, periodized Gaussian window function Ported from ltfat_2.1.0/fourier/pgauss.m diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py index 805b068..883ce2b 100644 --- a/ltfatpy/fourier/pherm.py +++ b/ltfatpy/fourier/pherm.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module contains samples of a periodized Hermite function Ported from ltfat_2.1.0/fourier/pherm.m diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py index bd1fd65..5746648 100644 --- a/ltfatpy/fourier/psech.py +++ b/ltfatpy/fourier/psech.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of Sampled, periodized hyperbolic secant calculation Ported from ltfat_2.1.0/fourier/psech.m diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py index f6b0fb0..d53ba34 100644 --- a/ltfatpy/gabor/dgt.py +++ b/ltfatpy/gabor/dgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of dgt calculation Ported from ltfat_2.1.0/gabor/dgt.m diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py index 284c04f..4374305 100644 --- a/ltfatpy/gabor/dgtlength.py +++ b/ltfatpy/gabor/dgtlength.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of dgtlength calculation Ported from ltfat_2.1.0/gabor/dgtlength.m diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py index ef30a49..779e74e 100644 --- a/ltfatpy/gabor/dgtreal.py +++ b/ltfatpy/gabor/dgtreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of dgtreal calculation Ported from ltfat_2.1.0/gabor/dgtreal.m diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py index c05f21e..b9b152c 100644 --- a/ltfatpy/gabor/gabdual.py +++ b/ltfatpy/gabor/gabdual.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of Canonical dual window calculation Ported from ltfat_2.1.0/gabor/gabdual.m diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py index d41d113..ee148a0 100644 --- a/ltfatpy/gabor/gabframediag.py +++ b/ltfatpy/gabor/gabframediag.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module that computes Diagonal of Gabor frame operator Ported from ltfat_2.1.0/gabor/gabframediag.m diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py index b7944e7..bdd0399 100644 --- a/ltfatpy/gabor/gabimagepars.py +++ b/ltfatpy/gabor/gabimagepars.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module to find Gabor parameters to generate image Ported from ltfat_2.1.0/gabor/gabimagepars.m diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py index 0d34eeb..bfb5b17 100644 --- a/ltfatpy/gabor/gabphasegrad.py +++ b/ltfatpy/gabor/gabphasegrad.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of phase gradient computation Ported from ltfat_2.1.0/gabor/gabphasegrad.m diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py index 12d1f4c..fcec85e 100644 --- a/ltfatpy/gabor/gabtight.py +++ b/ltfatpy/gabor/gabtight.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of canonical tight windows calculation Ported from ltfat_2.1.0/gabor/gabtight.m diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py index 63b97a5..cb49810 100644 --- a/ltfatpy/gabor/gabwin.py +++ b/ltfatpy/gabor/gabwin.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of Gabor window calculation Ported from ltfat_2.1.0/gabor/gabwin.m diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py index c57fdfa..c954f9e 100644 --- a/ltfatpy/gabor/idgt.py +++ b/ltfatpy/gabor/idgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of idgt calculation Ported from ltfat_2.1.0/gabor/idgt.m diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py index eb56a45..53d29e9 100644 --- a/ltfatpy/gabor/idgtreal.py +++ b/ltfatpy/gabor/idgtreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of idgtreal calculation Ported from ltfat_2.1.0/gabor/idgtreal.m diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py index e41cb88..0a281b1 100644 --- a/ltfatpy/gabor/instfreqplot.py +++ b/ltfatpy/gabor/instfreqplot.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of instantaneous frequency plot Ported from ltfat_2.1.0/gabor/instfreqplot.m diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py index 5025e96..02a40bb 100644 --- a/ltfatpy/gabor/phaselock.py +++ b/ltfatpy/gabor/phaselock.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of phaselocking Ported from ltfat_2.1.0/gabor/phaselock.m diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py index c964d41..98bf7b4 100644 --- a/ltfatpy/gabor/phaseplot.py +++ b/ltfatpy/gabor/phaseplot.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of phase plot Ported from ltfat_2.1.0/gabor/phaseplot.m diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py index dddc4db..37479c8 100644 --- a/ltfatpy/gabor/phaseunlock.py +++ b/ltfatpy/gabor/phaseunlock.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of phaseunlocking Ported from ltfat_2.1.0/gabor/phaseunlock.m diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py index 95b719d..5718ca6 100644 --- a/ltfatpy/gabor/plotdgt.py +++ b/ltfatpy/gabor/plotdgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of dgt coefficients plotting Ported from ltfat_2.1.0/gabor/plotdgt.m diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py index 693bb8e..2060fbc 100644 --- a/ltfatpy/gabor/plotdgtreal.py +++ b/ltfatpy/gabor/plotdgtreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of dgtreal coefficients plotting Ported from ltfat_2.1.0/gabor/plotdgtreal.m diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py index 70a087a..ce31540 100644 --- a/ltfatpy/gabor/s0norm.py +++ b/ltfatpy/gabor/s0norm.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of S0 norm calculation Ported from ltfat_2.1.0/gabor/s0norm.m diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py index 8e6b496..26b5c6b 100644 --- a/ltfatpy/gabor/sgram.py +++ b/ltfatpy/gabor/sgram.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of spectrogram plotting Ported from ltfat_2.1.0/gabor/sgram.m diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py index 1f32f49..1e48dad 100644 --- a/ltfatpy/gabor/tfplot.py +++ b/ltfatpy/gabor/tfplot.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of time-frequency plotting Ported from ltfat_2.1.0/gabor/tfplot.m diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py index 8c95fd1..436ad83 100644 --- a/ltfatpy/signals/greasy.py +++ b/ltfatpy/signals/greasy.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of greasy signal loading Ported from ltfat_2.1.0/signals/greasy.m diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py index eb5002d..41e6155 100644 --- a/ltfatpy/signals/gspi.py +++ b/ltfatpy/signals/gspi.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of glockenspiel signal loading .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py index d2e2d74..b6b2d95 100644 --- a/ltfatpy/signals/linus.py +++ b/ltfatpy/signals/linus.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module of linus signal loading Ported from ltfat_2.1.0/signals/linus.m diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py index 84a402d..8c91a4c 100644 --- a/ltfatpy/sigproc/fir2long.py +++ b/ltfatpy/sigproc/fir2long.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module that extends fir windows with zeros Ported from ltfat_2.1.0/sigproc/fir2long.m diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py index 5e1b341..39104fa 100644 --- a/ltfatpy/sigproc/firkaiser.py +++ b/ltfatpy/sigproc/firkaiser.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of Kaiser-Bessel window calculation Ported from ltfat_2.1.0/sigproc/firkaiser.m diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py index 162cc67..2d6b713 100644 --- a/ltfatpy/sigproc/firwin.py +++ b/ltfatpy/sigproc/firwin.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of fir windows calculation Ported from ltfat_2.1.0/sigproc/firwin.m diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py index a73bab4..a2252c7 100644 --- a/ltfatpy/sigproc/groupthresh.py +++ b/ltfatpy/sigproc/groupthresh.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of group thresholding Ported from ltfat_2.1.0/sigproc/groupthresh.m diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py index d25d39d..74b0ad9 100644 --- a/ltfatpy/sigproc/largestn.py +++ b/ltfatpy/sigproc/largestn.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of N largest coefficients extraction Ported from ltfat_2.1.0/sigproc/largestn.m diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py index 296c703..88976f2 100644 --- a/ltfatpy/sigproc/largestr.py +++ b/ltfatpy/sigproc/largestr.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of fixed ratio of largest coefficients extraction Ported from ltfat_2.1.0/sigproc/largestr.m diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py index 09ffc67..0cc2b5e 100644 --- a/ltfatpy/sigproc/long2fir.py +++ b/ltfatpy/sigproc/long2fir.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module that cuts long windows to fir Ported from ltfat_2.1.0/sigproc/long2fir.m diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py index 95b7d40..51cd2fd 100644 --- a/ltfatpy/sigproc/normalize.py +++ b/ltfatpy/sigproc/normalize.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of signal normalization Ported from ltfat_2.1.0/sigproc/normalize.m diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py index d690e62..639c6c1 100644 --- a/ltfatpy/sigproc/rms.py +++ b/ltfatpy/sigproc/rms.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of Root Mean Square calculation Ported from ltfat_2.1.0/sigproc/rms.m diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py index b883dfb..b68842d 100644 --- a/ltfatpy/sigproc/thresh.py +++ b/ltfatpy/sigproc/thresh.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """ Module of coefficient thresholding Ported from ltfat_2.1.0/sigproc/thresh.m diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_post.py b/ltfatpy/tests/comp/test_assert_sigreshape_post.py index c9bc234..bccb2e1 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the assert_sigreshape_post function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py index 2375739..8830bc5 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the assert_sigreshape_pre function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_dct.py b/ltfatpy/tests/comp/test_comp_dct.py index 202ffba..79765c9 100644 --- a/ltfatpy/tests/comp/test_comp_dct.py +++ b/ltfatpy/tests/comp/test_comp_dct.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the compt_dct function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_dst.py b/ltfatpy/tests/comp/test_comp_dst.py index f4ec42e..0df427e 100644 --- a/ltfatpy/tests/comp/test_comp_dst.py +++ b/ltfatpy/tests/comp/test_comp_dst.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_dst function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_gabdual.py b/ltfatpy/tests/comp/test_comp_gabdual.py index 883ee54..4b10ed4 100644 --- a/ltfatpy/tests/comp/test_comp_gabdual.py +++ b/ltfatpy/tests/comp/test_comp_gabdual.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_gabdual_long function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_hermite.py b/ltfatpy/tests/comp/test_comp_hermite.py index 3c2b0e0..ef33d88 100644 --- a/ltfatpy/tests/comp/test_comp_hermite.py +++ b/ltfatpy/tests/comp/test_comp_hermite.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_hermite function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_hermite_all.py b/ltfatpy/tests/comp/test_comp_hermite_all.py index 325cfc9..9ba5513 100644 --- a/ltfatpy/tests/comp/test_comp_hermite_all.py +++ b/ltfatpy/tests/comp/test_comp_hermite_all.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_hermite_all function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_isepdgt.py b/ltfatpy/tests/comp/test_comp_isepdgt.py index fe2b98b..5c54a71 100644 --- a/ltfatpy/tests/comp/test_comp_isepdgt.py +++ b/ltfatpy/tests/comp/test_comp_isepdgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_isepdgt function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_pgauss.py b/ltfatpy/tests/comp/test_comp_pgauss.py index 4bf9c48..c3806d6 100644 --- a/ltfatpy/tests/comp/test_comp_pgauss.py +++ b/ltfatpy/tests/comp/test_comp_pgauss.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_pgauss function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_sepdgt.py b/ltfatpy/tests/comp/test_comp_sepdgt.py index eabc4a9..b44ee10 100644 --- a/ltfatpy/tests/comp/test_comp_sepdgt.py +++ b/ltfatpy/tests/comp/test_comp_sepdgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_sepdgt function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/comp/test_comp_sigreshape.py b/ltfatpy/tests/comp/test_comp_sigreshape.py index 6e46801..1a0bcc1 100644 --- a/ltfatpy/tests/comp/test_comp_sigreshape.py +++ b/ltfatpy/tests/comp/test_comp_sigreshape.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the comp_sigreshape_pre and comp_sigreshape_post functions .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/datasets/get_dataset_path.py b/ltfatpy/tests/datasets/get_dataset_path.py index 94309d2..25bbc07 100644 --- a/ltfatpy/tests/datasets/get_dataset_path.py +++ b/ltfatpy/tests/datasets/get_dataset_path.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Module to get the absolute path of a reference dataset for tests .. moduleauthor:: Florent Jaillet 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 7ac276b..e19a721 100644 --- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Read .mat data files generated with the Matlab version of Ltfat and containing signals, dct from comp_dct for validations. 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 07be731..5bf83ae 100644 --- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Read .mat data files generated with the Matlab version of Ltfat and containing signals, dst from comp_dst for validations. diff --git a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py index 27f601a..5fe3b9c 100644 --- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Read .mat data files generated with the Matlab version of Ltfat and containing signals, dgt and idgt for validations. diff --git a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py index b0d46e5..b52f2ce 100644 --- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Read .mat data files generated with the Matlab version of Ltfat and containing windows and their gabor operator diagonals for validation. diff --git a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py index b3311f4..d9b9ce6 100644 --- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Read .mat data files generated with the Matlab version of Ltfat and containing windows and their corresponding tight gabor window for validation. diff --git a/ltfatpy/tests/datasets/read_ref_mat.py b/ltfatpy/tests/datasets/read_ref_mat.py index 0519bc0..6b03477 100644 --- a/ltfatpy/tests/datasets/read_ref_mat.py +++ b/ltfatpy/tests/datasets/read_ref_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Read .mat files generated with the Octave version of ltfat for validation .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py index be5f801..cbc418b 100644 --- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py +++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Read .mat data files generated with the Matlab version of Ltfat and containing data and s0norms for validation. diff --git a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py index 680b0bd..8bcdc66 100644 --- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py +++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the read_dgt_signal_ex_mat function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/datasets/test_read_ref_mat.py b/ltfatpy/tests/datasets/test_read_ref_mat.py index f7d84de..b450e7c 100644 --- a/ltfatpy/tests/datasets/test_read_ref_mat.py +++ b/ltfatpy/tests/datasets/test_read_ref_mat.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the read_ref_mat function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py index cc06adb..1358ecc 100644 --- a/ltfatpy/tests/fourier/test_dct.py +++ b/ltfatpy/tests/fourier/test_dct.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the dcti, dctii, dctiii, dctiv functions .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py index 55078f2..6d4e300 100644 --- a/ltfatpy/tests/fourier/test_dft.py +++ b/ltfatpy/tests/fourier/test_dft.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the dft function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py index 09b00e8..e919b40 100644 --- a/ltfatpy/tests/fourier/test_dst.py +++ b/ltfatpy/tests/fourier/test_dst.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the dsti, dstii, dstiii, dstiv functions .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py index 170b911..d29f380 100644 --- a/ltfatpy/tests/fourier/test_fftindex.py +++ b/ltfatpy/tests/fourier/test_fftindex.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the fftindex function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py index 8e56dd0..435dbff 100644 --- a/ltfatpy/tests/fourier/test_fftreal.py +++ b/ltfatpy/tests/fourier/test_fftreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the fftreal function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py index 014edd7..452b3b1 100644 --- a/ltfatpy/tests/fourier/test_fftresample.py +++ b/ltfatpy/tests/fourier/test_fftresample.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the fftresample function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py index 371cf3d..2334cb6 100644 --- a/ltfatpy/tests/fourier/test_idft.py +++ b/ltfatpy/tests/fourier/test_idft.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the idft function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py index c029411..a542412 100644 --- a/ltfatpy/tests/fourier/test_ifftreal.py +++ b/ltfatpy/tests/fourier/test_ifftreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the ifftreal function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py index d4f9078..d4293bd 100644 --- a/ltfatpy/tests/fourier/test_isevenfunction.py +++ b/ltfatpy/tests/fourier/test_isevenfunction.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the isevenfunction function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py index 90c5ece..718041f 100644 --- a/ltfatpy/tests/fourier/test_middlepad.py +++ b/ltfatpy/tests/fourier/test_middlepad.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the middlepad function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py index 02f81cf..b5ffe31 100644 --- a/ltfatpy/tests/fourier/test_pderiv.py +++ b/ltfatpy/tests/fourier/test_pderiv.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the pderiv function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py index 0fa3b06..97ad548 100644 --- a/ltfatpy/tests/fourier/test_pgauss.py +++ b/ltfatpy/tests/fourier/test_pgauss.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the pgauss function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py index 8724fe3..f90f921 100644 --- a/ltfatpy/tests/fourier/test_pherm.py +++ b/ltfatpy/tests/fourier/test_pherm.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the pherm function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py index 4843b7f..689c8de 100644 --- a/ltfatpy/tests/fourier/test_psech.py +++ b/ltfatpy/tests/fourier/test_psech.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the psech function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py index 4f3b970..646b186 100644 --- a/ltfatpy/tests/gabor/test_dgt.py +++ b/ltfatpy/tests/gabor/test_dgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the dgt function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py index 06b352e..cf57237 100644 --- a/ltfatpy/tests/gabor/test_gabdual.py +++ b/ltfatpy/tests/gabor/test_gabdual.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the gabdual function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py index 92dec2c..5f3decb 100644 --- a/ltfatpy/tests/gabor/test_gabframediag.py +++ b/ltfatpy/tests/gabor/test_gabframediag.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the gabframediag function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py index 3dc6110..1d8f0eb 100644 --- a/ltfatpy/tests/gabor/test_gabimagepars.py +++ b/ltfatpy/tests/gabor/test_gabimagepars.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the gabimagepars function NOTE: Only the non-graphical features of gabimagepars are tested here diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py index 75acfa5..3cbfe03 100644 --- a/ltfatpy/tests/gabor/test_gabphasegrad.py +++ b/ltfatpy/tests/gabor/test_gabphasegrad.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the gabphasegrad function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py index 4100690..f00ba8e 100644 --- a/ltfatpy/tests/gabor/test_gabtight.py +++ b/ltfatpy/tests/gabor/test_gabtight.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the gabtight function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py index 4950584..c340818 100644 --- a/ltfatpy/tests/gabor/test_gabwin.py +++ b/ltfatpy/tests/gabor/test_gabwin.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the gabwin function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py index f1c1c25..2ee9bda 100644 --- a/ltfatpy/tests/gabor/test_idgt.py +++ b/ltfatpy/tests/gabor/test_idgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the idgt function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py index 6f67c58..09f3ae3 100644 --- a/ltfatpy/tests/gabor/test_instfreqplot.py +++ b/ltfatpy/tests/gabor/test_instfreqplot.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the instfreqplot function NOTE: Only the non-graphical features of instfreqplot are tested here diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py index 07f9411..ce0cdf7 100644 --- a/ltfatpy/tests/gabor/test_phaselock.py +++ b/ltfatpy/tests/gabor/test_phaselock.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the phaselock function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py index b1d017d..65afc7f 100644 --- a/ltfatpy/tests/gabor/test_phaseplot.py +++ b/ltfatpy/tests/gabor/test_phaseplot.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the phaseplot function NOTE: Only the non-graphical features of phaseplot are tested here diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py index a29773c..e5e878a 100644 --- a/ltfatpy/tests/gabor/test_phaseunlock.py +++ b/ltfatpy/tests/gabor/test_phaseunlock.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the phaseunlock function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py index b61509c..7769ff2 100644 --- a/ltfatpy/tests/gabor/test_plotdgt.py +++ b/ltfatpy/tests/gabor/test_plotdgt.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the plotdgt function NOTE: Only the non-graphical features of plotdgt are tested here diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py index 064f858..0433094 100644 --- a/ltfatpy/tests/gabor/test_plotdgtreal.py +++ b/ltfatpy/tests/gabor/test_plotdgtreal.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the plotdgtreal function NOTE: Only the non-graphical features of plotdgtreal are tested here diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py index b46d3af..41d1067 100644 --- a/ltfatpy/tests/gabor/test_s0norm.py +++ b/ltfatpy/tests/gabor/test_s0norm.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the s0norm function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py index f3ac6a5..4f94481 100644 --- a/ltfatpy/tests/gabor/test_sgram.py +++ b/ltfatpy/tests/gabor/test_sgram.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the sgram function NOTE: The validity of the plotting features of sgram are not tested here, only diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py index f6757cd..0f1e55b 100644 --- a/ltfatpy/tests/gabor/test_tfplot.py +++ b/ltfatpy/tests/gabor/test_tfplot.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the tfplot function NOTE: The validity of the plotting features of tfplot are not tested here, only diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py index b61d134..b23b39f 100644 --- a/ltfatpy/tests/signals/test_greasy.py +++ b/ltfatpy/tests/signals/test_greasy.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the greasy function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py index a911700..33a8b3a 100644 --- a/ltfatpy/tests/signals/test_gspi.py +++ b/ltfatpy/tests/signals/test_gspi.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the gspi function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py index e29077d..00e9389 100644 --- a/ltfatpy/tests/signals/test_linus.py +++ b/ltfatpy/tests/signals/test_linus.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the linus function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py index e4f0aea..dbec7ca 100644 --- a/ltfatpy/tests/sigproc/test_fir2long.py +++ b/ltfatpy/tests/sigproc/test_fir2long.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the fir2long function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py index 3e923fa..c1422ff 100644 --- a/ltfatpy/tests/sigproc/test_firkaiser.py +++ b/ltfatpy/tests/sigproc/test_firkaiser.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the firkaiser function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py index 7225d3b..efe22e8 100644 --- a/ltfatpy/tests/sigproc/test_firwin.py +++ b/ltfatpy/tests/sigproc/test_firwin.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the firwin function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py index 4818f2c..bd2bb6f 100644 --- a/ltfatpy/tests/sigproc/test_groupthresh.py +++ b/ltfatpy/tests/sigproc/test_groupthresh.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the groupthresh function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py index 458542d..71e9709 100644 --- a/ltfatpy/tests/sigproc/test_largestn.py +++ b/ltfatpy/tests/sigproc/test_largestn.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the largestn function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py index b3a999e..f6726db 100644 --- a/ltfatpy/tests/sigproc/test_largestr.py +++ b/ltfatpy/tests/sigproc/test_largestr.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the largestr function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py index f21abac..47aa87d 100644 --- a/ltfatpy/tests/sigproc/test_long2fir.py +++ b/ltfatpy/tests/sigproc/test_long2fir.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the long2fir function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py index 96b5647..106bb4c 100644 --- a/ltfatpy/tests/sigproc/test_normalize.py +++ b/ltfatpy/tests/sigproc/test_normalize.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the normalize function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py index d8acbd1..4db33a7 100644 --- a/ltfatpy/tests/sigproc/test_rms.py +++ b/ltfatpy/tests/sigproc/test_rms.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the rms function .. moduleauthor:: Denis Arrivault diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py index 91af34d..9c21254 100644 --- a/ltfatpy/tests/sigproc/test_thresh.py +++ b/ltfatpy/tests/sigproc/test_thresh.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the thresh function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py index e646e86..1814dc5 100644 --- a/ltfatpy/tests/tools/test_lcm.py +++ b/ltfatpy/tests/tools/test_lcm.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the lcm function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py index f80c4b0..f710ccf 100644 --- a/ltfatpy/tests/tools/test_postpad.py +++ b/ltfatpy/tests/tools/test_postpad.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """Test of the postpad function .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py index 1e5a35e..08d7bff 100644 --- a/ltfatpy/tools/lcm.py +++ b/ltfatpy/tools/lcm.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module computes the least common multiple .. moduleauthor:: Florent Jaillet diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py index 448fff4..cd3a715 100644 --- a/ltfatpy/tools/postpad.py +++ b/ltfatpy/tools/postpad.py @@ -28,7 +28,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -51,6 +51,9 @@ + + + """This module pads or truncates arrays Ported from ltfat_2.1.0/mex/postpad.m diff --git a/setup.py b/setup.py index 903ee9e..ba394b7 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.6 +# * ltfatpy version = 1.0.7 # * LTFAT version = 2.1.0 # # Licence @@ -53,6 +53,9 @@ + + + from __future__ import print_function, division import sys import os -- GitLab