Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

just i need help code in python padndpass filters Part Two: String Decoder In this part, you have to design, implement and test a decoder

just i need help code in python padndpass filtersimage text in transcribed

Part Two: String Decoder In this part, 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 stored in .wav files. Simply, your system should take an audio file (.wav) as an input and recognizes the encoded characters and display the string on the 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 segment and decode the character and its case from them. Use bank of very narrow bandpass Filters, so that you design filters represent each given frequencies (9 frequency components for the letter and two frequencies for the case) and pass each 40ms segment of the input signal through them to pick the filters that gives the highest output, 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

Spatial Databases A Tour

Authors: Shashi Shekhar, Sanjay Chawla

1st Edition

0130174807, 978-0130174802

More Books

Students also viewed these Databases questions

Question

(b) Rewrite Mr Briggs's memo.

Answered: 1 week ago