Arrival time
조회 수: 3 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Array Geometries and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!