.gitattributes
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.md
__init__.py
requirements.txt
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_templates/module_functions_template.rst
docs/descriptions/faq.rst
docs/descriptions/feature_list.rst
docs/descriptions/get_started.rst
docs/descriptions/modules.rst
docs/descriptions/personal.rst
docs/descriptions/modules/tsfel.feature_extraction.rst
docs/descriptions/modules/tsfel.utils.rst
docs/imgs/fhp_logo.png
docs/imgs/tsfel_logo.png
docs/imgs/tsfel_pipeline.png
notebooks/TSFEL_HAR_Example.ipynb
notebooks/TSFEL_SMARTWATCH_HAR_Example.ipynb
notebooks/TSFEL_predicting_NormalVsPathologicalknee.ipynb
tests/__init__.py
tests/test_calc_features.py
tests/test_features.py
tests/test_features_settings.py
tests/tests_tools/__init__.py
tests/tests_tools/test_features.json
tests/tests_tools/test_personal_features.py
tests/tests_tools/test_dataset/walking/acquisition_1/Accelerometer.txt
tests/tests_tools/test_dataset/walking/acquisition_1/Gyroscope.txt
tests/tests_tools/test_dataset/walking/acquisition_2/Accelerometer.txt
tests/tests_tools/test_dataset/walking/acquisition_2/Gyroscope.txt
tsfel/__init__.py
tsfel.egg-info/PKG-INFO
tsfel.egg-info/SOURCES.txt
tsfel.egg-info/dependency_links.txt
tsfel.egg-info/requires.txt
tsfel.egg-info/top_level.txt
tsfel/feature_extraction/__init__.py
tsfel/feature_extraction/calc_features.py
tsfel/feature_extraction/features.json
tsfel/feature_extraction/features.py
tsfel/feature_extraction/features_settings.py
tsfel/feature_extraction/features_utils.py
tsfel/utils/__init__.py
tsfel/utils/add_personal_features.py
tsfel/utils/calculate_complexity.py
tsfel/utils/client_secret.json
tsfel/utils/gSheetsFilters.py
tsfel/utils/progress_bar.py
tsfel/utils/signal_processing.py