GithubHelp home page GithubHelp logo

smvmd's Introduction

SMVMD(Successive Multivariate Variational Mode Decomposition)

MVMD的改进版本,主要改进计算速度;将其从MATLAB中移植到Python中。

原MATLAB版本:https://github.com/Yoricko/SMVMD/blob/main/SMVMD.m

参数介绍: signal - 需要分解的二维数组;

alphaMin - 与MVMD中alpha类似,相当于初始alpha;

alphaMax - 与MVMD中alpha类似,相当于迭代中允许的最大alpha;

beta - alphaMin在迭代过程中的变化比率,需要大于1,相当于每次迭代后alphaMin *=alphaMin * beta,知道alphaMin 和alphaMax一样大;

init - 0 = 初始中心频率为0,否则随机设置;

tau - 一般为0;

eps1 - 阈值容限,1e-6或1e-7即可;

eps2 - 同时;

K - 需要分解的分量数

返回值: u - 分解结果,维度0为分量 u_hat - 分量对应频谱 omega - 分量的中心频率

smvmd's People

Contributors

bigaym avatar

Stargazers

 avatar

Watchers

 avatar

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.