Metadata-Version: 2.1
Name: pytvfemd
Version: 0.3.14
Summary: tvfemd algorithm in Python
Home-page: https://github.com/stfbnc/pytvfemd.git
Author: Stefano Bianchi, Alessandro Longo
Author-email: stefanobianchi9@gmail.com
License: GPLv3.0
Project-URL: Bug Reports, https://github.com/stfbnc/pytvfemd/issues
Project-URL: Source, https://github.com/stfbnc/pytvfemd/
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy

# pytvfemd [![PyPI version](https://badge.fury.io/py/pytvfemd.svg)](https://badge.fury.io/py/pytvfemd)

Very slightly modified python version of the [MATLAB TVF-EMD](https://it.mathworks.com/matlabcentral/fileexchange/63300-time-varying-filter-based-empirical-mode-decomposition-tvf-emd) (time varying filter based empirical mode decomposition) algorithm.

