ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
good stuff Liang, keep up the good work!
Professor Dong, i'm experiencing a phase error cause truncation. Is my matlab code correct?t = 0:0.01:10; % Time secondOmega0 = 2*pi*2; % 2 HzOmega1 = 2*pi*3; % 3 Hztheta0 = pi/4; % 45 degreetheta1 = pi/6; % 30 degreey0 = cos(Omega0*t + theta0);y1 = cos(Omega1*t + theta1);plot(t, acos(y0) - acos(y1), t, (Omega0*t + theta0) - (Omega1*t + theta1));
good stuff Liang, keep up the good work!
Professor Dong, i'm experiencing a phase error cause truncation. Is my matlab code correct?
t = 0:0.01:10; % Time second
Omega0 = 2*pi*2; % 2 Hz
Omega1 = 2*pi*3; % 3 Hz
theta0 = pi/4; % 45 degree
theta1 = pi/6; % 30 degree
y0 = cos(Omega0*t + theta0);
y1 = cos(Omega1*t + theta1);
plot(t, acos(y0) - acos(y1), t, (Omega0*t + theta0) - (Omega1*t + theta1));