measure event duration in spectrogram
1 回表示 (過去 30 日間)
古いコメントを表示
How could one measure the duration of an event in seconds based on spectrogram data and related parameters (nfft, overlap, Fs) ?
I tried the following formula
real duration = [ calculated duration /(1-overlap)*nfft ] * Fs
but it seems something is not exactly right
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Time-Frequency Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!