How to detect a phone number from dtmf wav file?

9 views (last 30 days)
M
M on 1 Dec 2013
Commented: M on 2 Dec 2013
I need to detect a phone number from wav file.I should use spectral analysis (function spectrogram is preferred).My main issue is detecting tone frequencies.

Answers (1)

Wayne King
Wayne King on 1 Dec 2013
Please see this example:
  1 Comment
M
M on 2 Dec 2013
Maybe i haven't been specific enough,but it should automatically display phone number,not only to show me spectrogram so I have to decode it by knowing which freq is what number.I tried to solve this by setting all values to 0 in PSD matrix that are less than certain threshold.This way i can "see" each number,but I am not sure how to make Matlab code to read it and display it.This is what i have done so far: http://www.4shared.com/rar/lR7g1QaV/DTMF.html

Sign in to comment.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!