Answered step by step
Verified Expert Solution
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 filters
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 40msStep 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