Hi,
I dont know how to plot this, since there is imaginary unit in the function, please help
x(t) = t^2 + j2πt, 0 ≤ t ≤ 10 , plot the approximate signals using 5 terms of the complex exponential form. This is what is got. Not sure if it right?
clc;
clear all;
close all;
t0 = 0;
T = 10;
w = 2*pi/T
syms t
x = t^2 +(j*2*pi*t)
k = -2:2
a = (1/T)*int(x*exp(-1j*k*w*t),t,t0,t0+T);
댓글 수: 3
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/628113-how-to-plot-both-real-and-imaginary-part-of-complex-exponential#comment_1090778
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/628113-how-to-plot-both-real-and-imaginary-part-of-complex-exponential#comment_1090778
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/628113-how-to-plot-both-real-and-imaginary-part-of-complex-exponential#comment_1090783
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/628113-how-to-plot-both-real-and-imaginary-part-of-complex-exponential#comment_1090783
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/628113-how-to-plot-both-real-and-imaginary-part-of-complex-exponential#comment_1090963
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/628113-how-to-plot-both-real-and-imaginary-part-of-complex-exponential#comment_1090963
댓글을 달려면 로그인하십시오.