yunyueye / MVMD

Function for decomposing a signal according to the Multivariate Variational Mode Decomposition in Pytorch
16 stars 2 forks source link

MVMD get different result compared to VMD, is there a bug? #1

Open JeffQuantFin opened 1 year ago

JeffQuantFin commented 1 year ago

https://github.com/vrcarva/vmdpy/tree/master

yunyueye commented 1 year ago

Yes, there is a mistake in the previous mvmd.py. I have update this mvmd.py. Thank you very much! I wrote a test program(test_mvmd.py) that you can use to test mvmd(mvmd_python.py) files.