Giter VIP home page Giter VIP logo

toolbox-for-adaptive-fourier-decomposition's Introduction

Toolbox-for-Adaptive-Fourier-Decomposition

This toolbox is intended to help users use the adaptive Fourier decomposition (AFD) easily.

This toolbox contains multiple implementations of the AFD for different types of processed signals and different decomposition process.

There is a online version based on Python version v2.0. You can try the AFD quickly.

Please check the document for detailed information.

Advantages of AFD

  • Adaptive decomposition:
    • Adaptive basis;
    • Orthogonal decomposition components;
    • Decomposition components are mono-components that only contain non-negative analytic phase derivatives;
    • Fast energy convergence;
    • Rigorous mathematical foundation.
  • Provide the transient time-frequency distribution:
    • Correct total energy;
    • Non-negative real-valuedness;
    • Weak and strong finite suports.

AFD methods included in the toolbox

  • Core AFD:
    • Single channel
      • without FFT (slow)
      • with FFT (fast)
    • Multi-channel
      • without FFT (slow)
      • with FFT (fast)
  • Unwinding AFD:
    • Single channel
      • without FFT (slow)
      • with FFT (fast)
    • Multi-channel
      • without FFT (slow)
      • with FFT (fast)

Related Papers

A list of papers related to the mathematical Foundation, implementations, and applications of the AFD can be found in the document.

If you use the single-channel AFD method in this toolbox, please at least cite these papers:

T. Qian, L. Zhang, and Z. Li, “Algorithm of adaptive Fourier decomposition,” IEEE Trans. Signal Process., vol. 59, no. 12, pp. 5899–5906, 2011.

T. Qian, Y. B. Wang, “Adaptive Fourier series -- a variation of greedy algorithm," Adv. Comput. Math., vol. 34, no. 3, pp. 279–293, 2011.

If you use the multi-channel AFD method in this toolbox, please at least cite “Adaptive Fourier decomposition for multi-channel signal analysis”.

Z. Wang, C. M. Wong, A. Rosa, T. Qian, and F. Wan, “Adaptive Fourier decomposition for multi-channel signal analysis,” IEEE Trans. Signal Process., vol. 70, pp. 903–918, 2022.

License

This toolbox follows "Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)".

toolbox-for-adaptive-fourier-decomposition's People

Contributors

pikipity avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

toolbox-for-adaptive-fourier-decomposition's Issues

_io.py "cannot import name 'object' from 'numpy'

The first line in file _io.py
from numpy import ndarray, object creates an importation error when running sample codes.
ImportError: cannot import name 'object' from 'numpy'
Removing the import of module object solves the issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.