1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: python-ltfatpy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Testsuite: autopkgtest-pkg-pybuild
Section: python
Priority: optional
Build-Depends: cmake,
cython3,
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-numpy3,
pybuild-plugin-pyproject,
libfftw3-dev,
liblapack-dev,
python3-all-dev,
python3-matplotlib <!nocheck>,
python3-numpy <!nocheck>,
python3-pil.imagetk <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-scipy <!nocheck>,
python3-setuptools,
python3-tk <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/python-ltfatpy
Vcs-Git: https://salsa.debian.org/science-team/python-ltfatpy.git
Homepage: https://gitlab.lis-lab.fr/dev/ltfatpy
Rules-Requires-Root: no
Package: python3-ltfatpy
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-pil.imagetk,
python3-tk
Description: Large Time-Frequency Toolbox (LTFAT) in Python
The ltfatpy package is a partial Python port of the Large Time/Frequency
Analysis Toolbox (LTFAT), a MATLABĀ®/Octave toolbox for working with
time-frequency analysis and synthesis.
.
It is intended both as an educational and a computational tool.
.
The package provides a large number of linear transforms including Gabor
transforms along with routines for constructing windows (filter prototypes)
and routines for manipulating coefficients.
.
This package provides the modules for Python 3.
|