The following list of C libraries and references for audio processing is provided for your convenience only. You are not required to use any of these libraries/references to solve this homework:
You can use either MATLAB or C/C++ for this assignment.
Your task is to write a program that can detect a single digit from audio of a touch-tone phone keypad (0-9, *, #) and print the digit.
| Audio Data | Program Output |
|---|---|
| 8 | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. |
Put your code here
In this problem you have to write a program that can recognize area codes from audio and print the area code.
| Audio Data | Program Output |
|---|---|
| 345 | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. |
Put your code here
In this problem your goal is to write a program to recognize full 10-digit phone numbers and print the phone number.
| Audio Data | Program Output |
|---|---|
| 204-009-9212 | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. |
Put your code here
| Audio Data | Program Output |
|---|---|
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. |
Put your code here
In this problem your goal is to write a program to recognize full 10-digit phone numbers.
| Audio Data | Program Output |
|---|---|
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. | |
| Output of your program. |
Put your code here