Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project description: This Project can be divided into two phases: Phase One: Design, Implement and test an English alphabet character voice - frequency encoder which
Project description: This Project can be divided into two phases: Phase One: Design, Implement and test an English alphabet character voicefrequency encoder which represents every English character by a combination of three voiceband frequency components low middle and high For example, it encodes character a by signal contains frequencies HZHZHz Therefore, given the frequency combination for each character, you should be able to encode any character to the corresponding signal contacting the corresponding frequencies see table below Table show you the frequencies HZHz for each character. Assume the duration of each character signal is around ms
To sum up in this phase you have to design the following: Implement the English character encoder using the above description and specifications. Build a GUI graphical user interface by which the user can encode any English string sentence and the system should generate the corresponding signal for the given sentence. Two choices are available for the generated signal: Play the generated signal so that the user can hear it Save the generated signal as a wav audio file in the current working directory.
Phase Two: In this phase you have to design, implement and test a decoder for the system in part one, which can recover the text string from the encoded multifrequency signal. Simply, your system should take an audio file wav as an input and recognizes the encoded string and display it on the GUI screen. You must use the following two approaches to build your decoder:
Use frequency analysis eg Fourier transform of the input signal to determine which frequencies that have the highest amplitudes in each ms and decode the character from them.
Use bandpass Filters, so that you design filters represent the given frequencies and pass the input signal through them to pick the frequencies that passes and ones that rejected by the filters, then determine the frequencies in each ms
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