文件名称:libeemd
介绍说明--下载内容均来自于网络,请自行研究使用
带有Python界面的EMD\EEMD\CEEMDAN的程序,做信号处理。-libeemd is a C library for performing the ensemble empirical mode decomposition (EEMD), its complete variant (CEEMDAN) or the regular empirical mode decomposition (EMD). It includes a Python interface called pyeemd. The details of what libeemd actually computes are available as a separate article, which you should read if you are unsure about what EMD, EEMD and CEEMDAN are.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
libeemd
.......\Introducing libeemd_a program package for performing the ensemble empirical mode decomposition.pdf
.......\luukko-libeemd-303d8c99437a
.......\...........................\.gitignore
.......\...........................\ChangeLog
.......\...........................\COPYING
.......\...........................\examples
.......\...........................\........\.gitignore
.......\...........................\........\ceemdan_example.c
.......\...........................\........\ceemdan_example_plot.py
.......\...........................\........\eemd_example.c
.......\...........................\........\eemd_example_plot.py
.......\...........................\........\Makefile
.......\...........................\........\README
.......\...........................\Makefile
.......\...........................\pyeemd
.......\...........................\......\.gitignore
.......\...........................\......\doc
.......\...........................\......\...\.gitignore
.......\...........................\......\...\conf.py
.......\...........................\......\...\images
.......\...........................\......\...\......\imf7.png
.......\...........................\......\...\......\orig_data.png
.......\...........................\......\...\index.rst
.......\...........................\......\...\install.rst
.......\...........................\......\...\pyeemd.rst
.......\...........................\......\...\rtd-pip-requirements.txt
.......\...........................\......\...\tutorial.rst
.......\...........................\......\examples
.......\...........................\......\........\ceemdan_ecg_example.py
.......\...........................\......\........\ecg.csv
.......\...........................\......\........\eemd_example.py
.......\...........................\......\MANIFEST.in
.......\...........................\......\pyeemd
.......\...........................\......\......\libeemd.so
.......\...........................\......\......\pyeemd.py
.......\...........................\......\......\tests
.......\...........................\......\......\.....\.gitignore
.......\...........................\......\......\.....\test_ceemdan.py
.......\...........................\......\......\.....\test_eemd.py
.......\...........................\......\......\.....\test_emd.py
.......\...........................\......\......\.....\test_emd_compare_to_reference.py
.......\...........................\......\......\.....\test_emd_find_extrema.py
.......\...........................\......\......\.....\test_emd_num_imfs.py
.......\...........................\......\......\.....\test_emd_splines.py
.......\...........................\......\......\.....\__init__.py
.......\...........................\......\......\utils.py
.......\...........................\......\......\__init__.py
.......\...........................\......\README.md
.......\...........................\......\run_tests.py
.......\...........................\......\setup.py
.......\...........................\README.md
.......\...........................\src
.......\...........................\...\eemd.c
.......\...........................\...\eemd.h
.......\...........................\TODO