Arrival time
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Daniel Shub
am 10 Aug. 2011
I am not sure what you mean by arrival time, but you can convert phase to time by multiplying by frequency.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Genetic Algorithm finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!