Question
Introduction: Dual-tone multi-frequency or DTMF is the group of special sounds a telephone makes when you push the buttons. Each number button makes a different
Introduction: Dual-tone multi-frequency or DTMF is the group of special sounds a telephone makes when you push the buttons. Each number button makes a different sound. Telephone company equipment hears each sound and turns it back into a number. When all the numbers in a phone number are pushed the telephone company equipment will make the other person's telephone play a loud sound so they can answer their telephone and talk to you. Telephones also have a star (*) button and a hash (#) button. These buttons also make different DTMF sounds. These buttons can be used for other things like 'go' or 'do over'. But they are not part of the phone number. A few telephones have the letter buttons A B C and D. They also make different DTMF sounds. Pushing the number buttons is called dialing the telephone.
The Question:
Part 1 ) develop a Matlab Code to read and plot the time domain and frequency domain of each key. Write in table the frequency of each key.
Part 2)Write a Matlab function called Key_detector.m to detect and determine the equivalent digit for each key and display it to the user. The function should take two input parameters that you generated to plot the amplitude spectrum (freq. vector and FFT of the key) to find out the exact digit.
Part 3 ) Develop a Matlab file called Test.m that integrates what you have done in part 1 and 2 to test your code with the real tones that you recorded. The input of this file must be a sequence of dial tones then the output should be the equivalent sequence of dialed digits.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started