Arrival time

5 ビュー (過去 30 日間)
Jetson Ronald
Jetson Ronald 2011 年 8 月 10 日
Hello
I am estimating the Instantaneous Frequency using the following code and it works well.
h=hilbert(acc);
unrolled_phase = unwrap(angle(h));
inst_freq = ((diff(unrolled_phase))'./diff(T))/(2*pi);
I want to estimate the arrival time of each frequency and Can someone help me do that?
Thanks
Jetson

採用された回答

Daniel Shub
Daniel Shub 2011 年 8 月 10 日
I am not sure what you mean by arrival time, but you can convert phase to time by multiplying by frequency.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeArray Geometries and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by