search for signal of fixed duration and frequency
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hi , I have an audio signal which i have recorded , i need to determine if inside the recorded signal , i have a smaller signal with duration of 250 ms and frequency of 400 Hz. Which method should i use for it ?
1 件のコメント
cob
2015 年 6 月 24 日
回答 (1 件)
Do the fft of the audio signal. You'll get spikes at the frequencies present in your signal.
Doing fft tells you if there is a signal of 400 Hz in your audio,to know the duration pass your audio through a notch filter of 400 Hz
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!