joaquinr-uner / tvWSE

Implementation of the adaptive time-varying wave-shape extraction (tvWSE) algorithm for analysis and decomposition of oscillatory signals with time-varying wave-shape
6 stars 0 forks source link

vibration signals #1

Open liguge opened 6 months ago

liguge commented 6 months ago

When used for vibration signals, it always displays that the extraction of the STFT exceeds the array boundary. Is there any comment on this?

joaquinr-uner commented 6 months ago

Dear Chao He,

would you kindly specify at which step of the algorithm is the issue detected?

My first guess is that there is a problem with the ridge extraction algorithm (ridge_ext). Please, check that the extracted ridge is within the boundaries of the time-frequency plane specified when computing the STFT.

Cheers