Skip to content
/ DTMF Public

Dual-tone multi-frequency implemented in matlab

Notifications You must be signed in to change notification settings

mahshiv/DTMF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dual-Tone Multi-Frequency decoding and encoding

Part1 : Encoding

The first Matlab code saves DTMF table as a structural array which contains characters and analogous frequencies. The second one gets a string of characters and reads the array provided by the former code and for each of valid characters play the analogous dual tone for 250 ms.


Part2 : decoding

The first Matlab code saves characters of DTMF table as a matrix and each of two frequency axis as a vector. The second code gets a string of path file of a .wav file and outputs analogous string.


Learn more

About

Dual-tone multi-frequency implemented in matlab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published