Пакет python3-module-wavelets: Информация

    Бинарный пакет: python3-module-wavelets
    Версия: 1.1.1-alt1
    Архитектура: e2k
    Собран:  4 июля 2022 г. 11:57
    Исходный пакет: python3-module-wavelets
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/PyWavelets/

    Лицензия: MIT and BSD-3-Clause
    О пакете: Wavelet Transforms in Python
    Описание: 
    PyWavelets is a free Open Source library for wavelet transforms in Python.
    Wavelets are mathematical basis functions that are localized in both time
    and frequency.
    Wavelet transforms are time-frequency transforms employing wavelets.
    They are similar to Fourier transforms, the difference being that
    Fourier transforms are localized only in frequency instead of in time
    and frequency.
    
    The main features of PyWavelets are:
    - 1D, 2D and nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
    - 1D, 2D and nD Multilevel DWT and IDWT
    - 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet Transform)
    - 1D and 2D Wavelet Packet decomposition and reconstruction
    - 1D Continuous Wavelet Tranfsorm
    - Computing Approximations of wavelet and scaling functions
    - Over 100 built-in wavelet filters and support for custom wavelets
    - Single and double precision calculations
    - Real and complex calculations
    - Results compatible with Matlab Wavelet Toolbox (TM)

    Сопровождающий: Aleksei Nikiforov

    Список участников:
    Aleksei Nikiforov
    Stanislav Levin
    Grigory Ustinov

    Последнее изменение


    11 августа 2020 г. Aleksei Nikiforov 1.1.1-alt1
    - Updated to upstream version 1.1.1.
    12 июня 2019 г. Stanislav Levin 1.0.2-alt3
    - Added missing dep on `numpy.testing`.
    11 апреля 2019 г. Grigory Ustinov 1.0.2-alt2
    - Rebuild for python3.7.