Use of FFT instead of Bank of Bandpass filters for DTMF Tone detection in Matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
Antworten (1)
Wayne King
am 5 Nov. 2011
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 Kommentare
Siehe auch
Kategorien
Mehr zu DTMF 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!