diff --git a/MANIFEST.in b/MANIFEST.in index beb8b3865364acfeb375d24982ee531ac20add90..88d07c6f4a811c072af65b3ac8e66cd40d5cb53b 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 523ee7d19813df490675e84521383b42b027540a..43043192f3b064cd530495bcfab68251e476acbf 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 f9191c7cc007f9b3177275d613b76239c4db85a9..9001d5074cdc1183389ef08b26f6bf52c4eec2dd 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 b1b34ad74d28e75a5f17063fa0e75480deb307a9..06b3382c691669ac67c3ce9c04bd5a1f498cad33 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 2adc276fdc3144bee5a76f1aeef9478e0c24694d..d0b1be328dcbf3623546c077773138ff1dccab79 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 56131825f006b868101e36c416fdf9efaf0d6c1d..804cfad5ba0567b97ab111492ea73537374b8cbd 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 e3308e517d6d592faf745693c797b64e0d1f343a..f6356bfbba601665b3da55709d480ad75bfb28c9 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 90cdf9cef27d03d12ec9ed9e0059686448373ee5..aac8316dd9cceb184b9c963c01565f96cadf4163 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 a1703f8fbbbf6731eba938865c0eb11bdf64f5f1..17e64672f3fd1008d9fd860d4ee051ad94950521 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 beeb317a49aa560df1368e05ad1d965254ab7841..35e5f854e71e9ec06ed2392cf6abd4f502ee115b 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 040632252450a2f86a186e15e263d394606c7813..ac3bae49bebd643e149a265c72024c3a956b64b8 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 9fe00692d1561719c25d76db089acc24468f3785..8380e93657549d1699ac30d395a3e176ab9f0a5b 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 57fc7053c065de2039fd12ca3e312ef15347d903..d2f7e0bb8a606078a0c2466513039293b565d448 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 8f489489915acadc5aa1948db8900953d9acaecd..67266161aa1b93fbef32e059e5e8670e982ca065 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 51bfe15013c68785660e66b07fbaf3a669284ec7..69bd61fae472c050d8e2a74f06db162c0da376fe 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 aa22ba871cff4707af3ffb274e83d91b8eeb938c..262b0594ec37440ab193a9292fd167144c220308 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 2bb0b1278c78ff6b2163b9f964a6549e8e87abcb..535eb37d0d588869965b329e470269f001d6e75b 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 18108b906c6f8de66d99dd1349c12019aeb0dc4c..0b894020e0172cf211b7f7df01f7bee6edb65d73 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 eb4c9f079cd84ef8d9f089b08b2048bc087f61eb..5a5d002ec4d1811ddabc6eafe50f4d629042d145 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 32554e706708ee836ee7e69ed0f8f63d4fb6fa95..eeecba8448ba544269c67ecd48298dba2df84fa1 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 2716afb8453eea6c3aa39ee95a2c1f5e0738871f..993acaccfaad2e8d59325d598bca4efd7aaba910 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 8cc5373a6f616a0e487c0cd4d2c20d10afed611a..502d450d12a9cb6116064c2be0abcf8c845e70f1 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 f6143356f0a942237c47bd550120e053894e7291..ac7321d3d225831308aad37fac647b5c91ae41a9 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 4ba51c05fec321b8b2e939c87f3df5a6bb16f19d..50b7e124bcd03e4d25052499da43771b7deaca47 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 325dc122ec3fd2333d6eeb81485e7350df26a5f4..4124d0ee9089916e6c5720b643624186413270cc 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 205b6b1ae84e06f26330ed133ec737fc381f2585..a136f5418e9647f25a77d730d72209384c8261e9 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 70c79be31ead888228ba89f69c3d80a579f0ed60..0b097a2a7b9c2f4bc25f76e221b24c16e0e116bd 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 d394f75e78208d735468e37c1a24b4781efd7f47..f9a5d7c2b2fc5fd8f68c8c032a6d4316fd2e81f3 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 8d4a622cb6c42841e2ed791d3bcb899784029ae5..346c7e36995ef1a382fabfd0924af6a31a1f38bd 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 33d42c86b838056963114f1724338a531f6cd207..b6463297cb259904f63445e5c6f95fb8c66f788a 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 06860b335ac07d174c76eac01eb5d27897e178fb..1b387c88eea15f8a227dcf88c4504273c1f41dea 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 cead1972776272e235661aa3d1af93c1ccf41bb9..58b0d8e6628015848cafc048d9d7e47122ed6fc4 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 b10a3abeb8add0d9591f2a620940938fdd06f4e6..8652f87e9e7961d5d2a8f7860bffd4d179c43f42 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 57948feaca52db776ec1b497207eef32d5c1e751..9511837a9a84ebbf3bf959ca917097179e94428c 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 56441a9b4670343695f04dc2496cfafea0ee02cf..65892cdabd62dab59137ac2ea59046fa64de645b 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 a2cec2f6e6375255843fd448ccb5366a5876cc5f..871a0bde3fe5376d516961f1d8681df21ac03579 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 158738edadd34b61c921fa5debf6fbb8fffc6f49..ff727e5e444e79abe5f9bb1c57d9ac26c130caec 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 d3b04d96117f76eb1d3caf20a7953e8a29d0d44b..fcc0cc119d1733620b25791a1b1bff7c373e2f4c 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 ae7f41376324d1822b087ecfa6561bc5b3e41cea..e87ebd0d19325d9d3f2ad1f35aaed7b104c50921 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 1e1672ffead30fc5343629e0e8ef5381c95ed560..6a14e2e2e26f4fdd397435dc6805bf58742e51a4 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 51c69baafb98cfb8163992daa5e45e83cfb63e81..5b247463f6f42189869cc910df6dff487c38f852 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 bfc1ae7d466cb51c2a74e6760210931339af0370..f62b7a6ec99d88bb9983611cd0e5f6aa79210e42 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 805b068d821cb8df4b95c922c2a69956da19562a..883ce2b6b36145bf05623e1ac4de21d4edd9e617 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 bd1fd6585675e156829e66ccf0f76ee15821dbb9..5746648b89c6746ed8b45bf3bcd92489912d9c9f 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 f6b0fb05245bcb40ba57f390dbfe38acff337ab7..d53ba346c6cbc5b585e90c04b60fbaef06adb5bd 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 284c04f73b5487df67505e00816b93d61988b76f..43743051bf5035f3125e8bf9cb75e3a386ffb55a 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 ef30a492216dad213a9328b07419e0da4a67d1f3..779e74e80afc955a0de4d02226e932856ffb7008 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 c05f21e1b212b423be56a6cb8bb2512bab8bf7d9..b9b152c79cc14e3ad87a7b0a05ba80c0f1cfaa87 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 d41d11394a147cd95a4e7127d76631bb8b252410..ee148a03c8f2c2da8b4da6b9616e446351e5f0a2 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 b7944e7faeb98de23fda3d5160248e9431eca242..bdd0399c13bbafd6fc0c3489f43c2ac733636740 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 0d34eeb7798b2d22aee60603f999750411f8ee79..bfb5b173dfb7e03b2799cdbfa24f11713845c77f 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 12d1f4cdade64d6540807153c608edd0309af73e..fcec85ee4b9de6e90459cb9de347c5c3844816a7 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 63b97a546eb9a3cfe5e097aee9c913a410eb7802..cb4981000de27330483bace69c8dd4a83b3e5d52 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 c57fdfa88c9ad96735da2a05c0580ce52643c742..c954f9e55d2338cc453c8199e8c7fd21d8bd5d64 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 eb56a456bd56000aa749603310601bb84b973281..53d29e91e4d0ffe63a87fef33b7dc89e08915d0f 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 e41cb888ff0994718b33f47a0e899f214879f85d..0a281b1a6c3be37be2f87821c2c23d2f8aa4ffae 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 5025e96e8934890f646d3a24a965e0b4beb21719..02a40bb0d4c2c6a00f04d56973dcfb1d1674e52e 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 c964d41517dee22ff039b8984b2ffe5405debbef..98bf7b49c646a4f8f13feb221a2dd09ae9f9c113 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 dddc4db0e0cabda229e7a8f14a6e099460627b27..37479c87ffe63ff8dde6b725c136ca5478e2195f 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 95b719d54b3cbb584900ace45ccde7e2aaa542cd..5718ca646bd613bbc83b76d8eaf9249b5efc3798 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 693bb8ec70d95b24239b9a4589c1eba1c6474505..2060fbc814e5aac184859114edf7943d301478cb 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 70a087a58d58a0c4ccfd5dde9b0318540bf2e757..ce31540ff2b1f3f6816de96a027efb76cef20d6a 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 8e6b4963603117277d821be32ba536a733bc1518..26b5c6b8e7d493ea6ba9b6e7e63209a780ed6fa4 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 1f32f4929285ba1b60255879afd7810653878b73..1e48daddff351ddbecf1a2bfd944a2a9ec8017d7 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 8c95fd165f980c049c8a3617594158e2062f4658..436ad83627e3d5097ac7092f3c88d7d3cedbb239 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 eb5002d40e8591d64bbd54ab24fb035249ef7493..41e6155c7dd48b27056a93bedd21bc31764e417e 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 d2e2d74fb030e5cd101624fe7e16350212d4e9cf..b6b2d9570de918f9f9d80f68d93a2fb2551703aa 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 84a402d5bd2bc42fdd956f523ea9fa33332ef39c..8c91a4c952af9155ebb7822f4dbd10eb9daa464f 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 5e1b3419fa547ec47507e91300c53abb738e6fd4..39104faeb76c448d72b7b063d411e981dd8c493e 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 162cc6750275d7b9f11a74237550a248f2d31be6..2d6b713c4da51e5fa5287060dc3b6f0b782bd25f 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 a73bab491dbe3554757d01879a729391b4c597e6..a2252c78f22a3ac719ead54896a234ce35bbbdf3 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 d25d39da7f5fb35a58e3fa1a26801a03d49f9c1d..74b0ad9241cd12e6f12b25f1ded61438ba69d866 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 296c7034f7b61bca7d126080eba4ad6b3190cfbc..88976f2f186f9e9df1716b4b55864e8014000a47 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 09ffc67ef86bb642b39d855be8f2c6feab8d53c2..0cc2b5e34606a4ac9c3c2e5fe4d4b73ab11a8f50 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 95b7d40571f8e2f1c6eaf9dda55af1ade928d28f..51cd2fd7c0559ca9b9dcfab30be0fdab7fd47032 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 d690e622a43624f9d98273a1b9762855a4d5523e..639c6c194ad6a213f9dd0cc36b764d76eeae6047 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 b883dfb57f6a987cde2e8fbf1ca297e2d8a7ae1a..b68842da101a963a582044a5b119b0180c64f414 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 c9bc234c5279613066ead49b253df86b3e50c109..bccb2e16f699611f277a70c5e3601681238367bb 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 237573904b9d710bba8f15dc2850e5f56185b432..8830bc5a971ad16b6ccd2fc7166a353afd06044e 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 202ffbadcca26f222a74b4672a9c39916e98362a..79765c9ef579643a0578e53573b5ce269a275952 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 f4ec42e3f087f6d91abbe2507b3f2655c392d505..0df427eda93925b5a595ac9d8c5f7b851e7ffb25 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 883ee54499d70dabd97333e5d712230a10946c6b..4b10ed47be1a0f74d5230a3142ff7d2b4b5f319f 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 3c2b0e0d1a5b48d42012444450fea01c249ee76e..ef33d88fe97fcc7da5c86eb701954ea75d816eb0 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 325cfc96790937834a68b6f79150b6f1ec02fc21..9ba551304b28795cdfbcc26dae18e4b38625272f 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 fe2b98b0d4528e0ef17ae50faa49f0b5466ede7f..5c54a713c9251e8fc56cee9e76d7d09118c4ac3d 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 4bf9c48cf24c83fce97d365076c3441c8af43ced..c3806d6c918e43139e8725cc2aa52a08aa57f225 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 eabc4a9c9e1f1190d4435243875de27f3a47ca97..b44ee10290ec05913c84389d88decacf6de71cb1 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 6e46801291b18a88877175607780bf00aea5c5b9..1a0bcc16392ea708fa78f121ab3a1312144fc7e1 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 94309d2307ed33d9dfea2c4a58f984ff7a6818af..25bbc074dd1ed7405a3d7fd21b57815b1fa20448 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 7ac276b3e612712add9999f8866574e27b3c473a..e19a7214b2e3ca791cde2a581e4d0c7c21c84944 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 07be7313375bf52f5f8c11209fd6205bcb7ba602..5bf83aed1478ea70d6a5247b77d9df923882287d 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 27f601a3cb5303bb946724ffbc3578a5b39906ee..5fe3b9c1e1d091b415cd7556a69c01661234b3c2 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 b0d46e58b95ad746601c45e63831194fcd684a62..b52f2ce38606972c60a727b280751094f7b89bcf 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 b3311f4474bbbfb6926f151cc6d728b248e800ad..d9b9ce694b4aa2702b350fad2809c7702c381bdc 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 0519bc05d1386f03b4823247d2d2f04422ada457..6b0347757045da3c386c62ea5a621c6190461c7e 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 be5f801d322841fde1e65bc5f0caed9b3f150b77..cbc418b8834e7fe6bde6119808d7389a943474ab 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 680b0bde1088a0927fd4d46cfad7406d7e221c97..8bcdc668ee29ffba5635566c07e02d076d320b45 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 f7d84dea17c3979147129e8c0f740bbfa3c24c21..b450e7c9295263049c3e45b041347aa4c7c26614 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 cc06adbb79933b9a546abd17040a16a18775fead..1358ecc68bd8685b9235343024a85f3645e0ad82 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 55078f28522762744faeb33573f4577a1b1f2e5a..6d4e300138dc51184560a4e4fa5257c9f60bc5de 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 09b00e85fd41bf081902317cb67bfd59283b46e0..e919b40410fdaf824523774c07332c41b1761d4f 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 170b9117e1aa3f4b4930f742407ef043ccfd0654..d29f3804f19fe17a803e2a132c28e17b2df17bd0 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 8e56dd07d2ae5aa59545d20205e86931e1d27bcf..435dbff80d277eccc0194a48682ca04d011d68bf 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 014edd7a58f7d9b6d8206e1ea9f9bea17a68e376..452b3b13a79096f08af32e512b83bc4bf1b50649 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 371cf3d3be1ae449a42c34a030cf17f8a9b1b8d9..2334cb676640748f4e4c5ef59f72f9ee23a50ffd 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 c02941189566e399ae116cd2f4d5dbbb87306a59..a54241275dd97a624f3a3a52abcb6bcb2395d28b 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 d4f9078a2fda46564256be5dc7844c40fd06026a..d4293bd9adb4b8e9a861d66904733d7cea413312 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 90c5ecee93860afc092309a660579566f524c32d..718041fd451330b61397a72824ab3e3ed8bedc03 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 02f81cf2069baf2658b7ddc02939734a3221a6d5..b5ffe31c08f0dd26bb49d6976f0fd4c09de01e9c 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 0fa3b066e0915485785a1353cdba0beb10897061..97ad548811a49d113cb7af2ef43208031da47f29 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 8724fe3c966de215f4580fd8067d77edbe3a01ea..f90f921b9d71592a909d1c47ac5c0cc3e3392a18 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 4843b7fae2ad67da4da3d9f159a5e164f8cc6efe..689c8dedb11858269bcc14fa213c253a4dbd2221 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 4f3b9702d7b6559f6c6992c7b20d72ce145efa85..646b1865a64d3ab22bedf59872ad2212b7f18e2f 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 06b352e839b436b8297b223b8d8cc90ec388800f..cf57237d7519a8672da87404131778cf450cabdf 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 92dec2ce1438d9257e6f4749754a1645506889aa..5f3decb1d4d48d5489a2d8bf442bbe66aa5ae8a2 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 3dc6110c04bc838ad0294989ba6cafb75104fae3..1d8f0eb4628a46c8bceca1f4b7849d1eca34073f 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 75acfa5a01cc2800652bf12966678e72d73f891c..3cbfe03b8ba4023f71fa1b477a8445ddb4ba18ac 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 4100690e052dd2b9f4e0e38f337a9fcda383420a..f00ba8eee60200792ea107239451f829db959744 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 49505844180d2db0632c4e87d97995f012a6fd33..c340818bae14225cd42a8ac61db7778948ed7172 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 f1c1c259414f5d58d1070b9ae808add3a7e4847a..2ee9bda8b76c0c0748fcb155d5b883fa50471912 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 6f67c583f932faa54a9d9d94847f516235a8c7fb..09f3ae33e40acb43f4f1cac6810f7b51a84a4a88 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 07f9411ce9d376a79f6c02947f974e8e3475d7b2..ce0cdf710323ca1f23f035d291d62c8947c7f930 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 b1d017d49db3eef830a40f05ea6e0d97f8f8ea30..65afc7f5818376ce1d6cb03d7d6d0256067840f0 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 a29773c13cc275d13bd521624eaf584db75463e1..e5e878a21110d057cf0c5cd26e314000dabf8e02 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 b61509c1c225791c308d2ffa9d826bf2a0b6b308..7769ff2e2d7a4c2dd6f0531e30fd2cc9869e3d0b 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 064f858e7ad8279df245901212453141f0083c28..0433094be314c30507d04b00e8fc0bd4c53f45e9 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 b46d3af08cee6cf764d8424791c896cac0f6ff5d..41d1067b3cce3146d0cf022a8eb97b84a7a8f25d 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 f3ac6a5a0b2d2ea7ca56a885ef9d14caf6a278a5..4f944815eff603aab9c8e16e3ff0019554fdc0b4 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 f6757cda43bd3131608a9076365655db221e37a9..0f1e55be47c73bba28297e6dcd524b2d8b07d6c6 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 b61d1345e1691abd202b9c9c49c28f335b7bed9a..b23b39f1a477c859a83a95cf8d21cc5df0b30932 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 a91170010fc135fcb56a683a4b7636ea895fc85c..33a8b3a17950e2c03a23a96f9aec6ad9ea462aef 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 e29077de18b90f30dc684de808a8d55a66d8c541..00e9389a36e78c189e09a3d5c438c3c2a3ef63cc 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 e4f0aea01135a6cf9d62b33c76234cb75c3c57b6..dbec7cafa772ca1e03ce431c5a4a7e85c60aa152 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 3e923fafd9188a5c2eea484a15ec49c728bf1fbd..c1422ff4dfb92996f8d4c826a0dafd91f4621174 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 7225d3baaf6a01df963a168e3ac5304b71ce380b..efe22e8d7d302a8677a76c9e9bb084f9fded6eeb 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 4818f2ccc7b2e2c95bb2de97bde19920b93b6d55..bd2bb6ffde04c2f0916b0fcac5cb5dc8f819fe0a 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 458542d225f6e54aa9d3de3148a8716930543c21..71e9709c40744523fa77e9d2de7fd6ca62ce4778 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 b3a999e667a31997e9d3f33c0e9876c0b66c6bfa..f6726dbe44438f98867914c22b7c25e385ee4122 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 f21abac6e8dce17c3981e32b07453198b40bdc68..47aa87d73fe49e361c1a2d8af69d7113fe3c6ae8 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 96b564742db7f08ec9e65b3d0c3ea828febe0830..106bb4c198d9edd4b595ddf24fafb80823c91b1f 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 d8acbd1e9115d060a3b891a2fb4a358bd34e531d..4db33a760043b2ae6b6278878beff2f22c828eff 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 91af34d0623329a9411bb05590f37ac5252c7293..9c21254e7513f27189452eeb4ac94e8e01c28857 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 e646e8673406f09d67a79ab5ec3f90a48c4597fe..1814dc5e8769f4c54af26c91f530293e133d3037 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 f80c4b0bbb97a5d2709bef48d60ba26001cbe7b7..f710ccf50c0c3f7b566c443dcbec432bcf2506d3 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 1e5a35e5527af844c06a7ae10be4ecd6a7cb8eaf..08d7bff226e7c4f66c6c7c57be03dce16dedb0de 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 448fff4a5878e8691d7ff14c04c1825e4f640c81..cd3a715c5349d2d7d73bbaaecc6f1e585367a8f8 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 903ee9ec56d24c393f083f2463fb5e29dc4d573f..ba394b7eaef6e0b4b2c7fb55ca0bcd989527fbda 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