Use of FFT instead of Bank of Bandpass filters for DTMF Tone detection in Matlab
2 次查看(过去 30 天)
显示 更早的评论
I want to request some one to comment on feasibility of an alternative implementation for DTMF tone detection by using FFT rather than bank of bandpass filters. I searched a lot on internet but could not find some good answer to it
Thanks a lot
回答(1 个)
Wayne King
2011-11-5
Hi Moonman, I answered this question
Enter
>>dtmfdemo
and the look at the code. That is using the DFT. It does not use bandpass filters. I do not believe that any real-world dtmf algorithm uses bandpass filters as your previous code did. I believe they always use the DFT. Remember FFTs are just algorithmic implementations of the DFT.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 DTMF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!