Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
/ phoneDialDetector Public archive

Decodes button presses from frequencies in a DTMF phone dial

Notifications You must be signed in to change notification settings

jasmaa/phoneDialDetector

Repository files navigation

Phone Dial Detector

A simple project that attempts to decode button presses from frequencies in a DTMF phone dial.

Method

  • DTMF tones inputted as wav file
  • Locations containing tones are found
  • DTMF tone is known to be two sine waves of different frequencies added together
    • Inner product between a candidate function and the tone is found taking the largest magnitude
  • Symbols are matched

Acknowledgements

Test tones generated from here

About

Decodes button presses from frequencies in a DTMF phone dial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages