Clear Filters
Clear Filters

EMD with array_

12 views (last 30 days)
Damele Davide
Damele Davide on 25 Sep 2019
Answered: Sourav Ghai on 9 Jan 2020
I need to run the emd analysis having as initial data a vector (which is my number series). What code should I use?
for example :
I need to make emd analysis on my numerical series such as :
x = [ 23 56 47 45 3 67 12 34 ]
Please can you say me code to make emd analysis ?
thanks
  1 Comment
Guillaume
Guillaume on 25 Sep 2019
Edited: Guillaume on 25 Sep 2019
And EMD is ...?
If it's something you found in a paper then most likely you'll have to write the code yourself.
... or you could use your favorite search engine. The first page I got has matlab code.

Sign in to comment.

Answers (1)

Sourav Ghai
Sourav Ghai on 9 Jan 2020

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!