Question: Problem 3 ( ) / ( ) Recitation ( ) / ( ) Mat labGrader Write a function myDFTf that evaluates g ( t )

Problem 3()/() Recitation ()/() Mat labGrader
Write a function myDFTf that evaluates
g(t)=a_(0)+\sum_(k=1)^((N)/(2)) a_(k)cos(k\omega t)+\sum_(k=1)^((N)/(2)) b_(k)sin(k\omega t)
The function shall take as input a, a,b (see problem 1), the duration of the signal T for which the discrete Fourier transform
was performed, and a column vector of values t where g(t) is to be evaluated. As output, the function shall give the column vector
of interpolated values g .
Required submission:
well commented function source code submitted to Matlab Grader
Problem 3 ( ) / ( ) Recitation ( ) / ( ) Mat

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!