Hilbert Huang Transform for delay finding between two non stationary signals???

1 回表示 (過去 30 日間)
Pradeep Kumar
Pradeep Kumar 2016 年 2 月 19 日
I am trying to use Hilbert huang transform for delay finding between two non stationary signals. My procedure is 1. Empirical mode decomposition 2. Hilbert Analysis Herefrom I am unable to figure out how can I proceed two find the delay estimation between signals , say by using cross correlation or other process involving HHT? pleaseshare your views on this . Here is my piece of code x1=ParabEmd(a, r1, r2,1); xn =(hilbert(x1,1000)); xn1=real(xn); b=a_s(ts_in_epoch); x2=ParabEmd(b, r1, r2,1); yn =(hilbert(x2,1000)); yn1=real(yn); size of yn1 and xn1 is diffreent though time length is is same for both signal

回答 (0 件)

カテゴリ

Help Center および File ExchangeHilbert and Walsh-Hadamard Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by