Answered step by step
Verified Expert Solution
Link Copied!

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 voice-frequency encoder which represents every English character by a combination of three voice-band frequency components (low, middle and high). For example, it encodes character a by signal contains frequencies (100HZ,1100HZ,2500Hz). 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 1.1 show you the frequencies (100HZ-3500Hz) for each character. Assume the duration of each character signal is around 40ms.
To sum up, in this phase you have to design the following: 1. Implement the English character encoder using the above description and specifications. 2. 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. 3. 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 multi-frequency 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 (e.g. Fourier transform) of the input signal to determine which frequencies that have the highest amplitudes in each 40ms 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 40ms.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions