Please copy your Matlab code that you used in the answer you provide. Please giv
ID: 2266947 • Letter: P
Question
Please copy your Matlab code that you used in the answer you provide. Please give an insightful answer. Thank you so much!
1. Use MATLAB to evaluate where v, k and N are integers. Do this with several combinations of N and k What have you noticed about this formula? Keep your answer brief. Hand in one page on your way out today to show you were in the lab and did the exercise Some hints and built-in functionality that you may like to use 1i p1 exp The v-1 is a built in variable So is Elementary exponential function can handle arrays and com zeros (m,n) plot( ) daspect([1 1 1]) lex arguments Create an m × n matrix of 0's. For an array use nurnber of elements x 1 An endless number of ways to plot data - look at the MATLAB help Fix the axes aspect ratio so your plots have equal scale on the x, y axesExplanation / Answer
%% Matlab code for sum of exponential function
%% define N,v,k
N=10;
k=5;
sum=zeros( );
x=[ ];
for v=0:(N-1)
x=exp*(li*pi*v)/N)*k;
sum=sum+x;
end;
plot(v,abs(sum));
daspect([1 1 1 1));
title ( ' Caliculation of inverse discrete Fourier transform ');
%% modify differnt values of N,k
xlabel(' value of v ');
ylabel(' value of magnitude of sum ')'
%% the above formula show the caliculation of inverse discrete fourier transform of a signal %%
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.