Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ANSWER AS A MATLAB SCRIPT THE QUESTIONS RELATE TO MATLAB,WRITE A MATLAB CODE FOR ALL OF THE QUESTIONS GIVE THE ANSWER AS A MATLAB SCRIPT

ANSWER AS A MATLAB SCRIPT THE QUESTIONS RELATE TO MATLAB,WRITE A MATLAB CODE FOR ALL OF THE QUESTIONSimage text in transcribedGIVE THE ANSWER AS A MATLAB SCRIPT THE QUESTIONS RELATE TO MATLAB

The Problem We all use Fourier analysis every day without even knowing it. Mobile phones, disc drives, Blu-Rays, and JPEGs all involve fast finite Fourier transforms. Touch-tone telephone dialling is an example of everyday use of Fourier analysis. The basis for touch-tone dialling is the Dual Tone Multi-Frequency (DTMF) system. The telephone dialling pad acts as a 4-by-3 matrix. Associated with each row and column is a frequency. These basic frequencies are: rowFreq =[671770852941] colFrq =[120913361477] for button ' 6 ' is given by y, where y=(y1+y2)/2y1=sin(2lfr(k))andy2=sin(2lfc(j)) respectively. Given the signal of a series of tones can you determine the associated phone number? To do this you need to use MATLAB's FFT function. The expression fft(x) computes the finite Fourier transform of any vector x. (sig) and fs the sampling rate. Set Fs to the sample rate ( y.fs) and make y the signal (at double precision) divided by 128 (to resample the vector) ( y= double(y.sig)/128) Q1) In seconds, how long is this file recording? Set recording Time as your answer. [2 marks] plot a title. [2 marks] Q3) Find the associated phone number for this signal, set the final answer to phoneNumber (which should be a string). [6 marks]

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

Advances In Databases 11th British National Conference On Databases Bncod 11 Keele Uk July 7 9 1993 Proceedings Lncs 696

Authors: Michael F. Worboys ,Anna F. Grundy

1993rd Edition

3540569219, 978-3540569213

More Books

Students also viewed these Databases questions

Question

Please make it fast 1 5 1 .

Answered: 1 week ago

Question

2. What are your challenges in the creative process?

Answered: 1 week ago