Problem with running eemd function

18 visualizaciones (últimos 30 días)
Jan Ali
Jan Ali el 13 de Mzo. de 2021
Comentada: Jan Ali el 14 de Mzo. de 2021
Dear experts,
I face issue when implementing the eemd function on a power quality signal (y). It is a bit hard to me to realize the errors. I appreciate if anyone could help me solving this issue.

Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Mzo. de 2021
That code requires y to be a row vector but it is a column vector.
  5 comentarios
Walter Roberson
Walter Roberson el 14 de Mzo. de 2021
The code requires that the s you pass in must be a row vector. You do not show us what you are passing in, but we can tell it is not a row vector.
Jan Ali
Jan Ali el 14 de Mzo. de 2021
Thanks so much Walter. I really appreciate it.
I already checked the "Genetic Algorithm for parameter estimation in EEMD" while I was getting the error.
Now the (s) signal is 1000x1 double. Meanwhile, for plotting the IMFs, in emd it is simple and as integrated function emd(y), but in case of eemd, should we plot/subplot each IMF individually ( plot(IMF(:,1)) ) or there is some integrated fun as emd(s) to plot all IMFs at once?
Wish you have a great weekend ahead.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by