You are on page 1of 3

a

b t = (-pi:0.001:pi)/100;
pi:0.001:pi)/100;
A = 2;
theta = -pi/6;
f = 450;
x = A*sin(2*pi*f*t + theta);
figure();
plot(t,x,'m','LineWidth'
'LineWidth',1.5);
set(gca,'fontsize',14);
,14);
xlabel('time -----
----->','FontSize',14);
ylabel('Amplitude -----
----->','FontSize',14);
title('C.T.
'C.T. Sinusoidal signal A
cos(900*pi*t)','FontSize'
'FontSize',14);
axis([-0.03, 0.03,-
-2.15 2.15]);grid on

C single |x(t)|

There is no difference found from


rom the result odtained in b

D t = (-pi:0.001:pi)/100;
pi:0.001:pi)/100;
A = 4;
theta = -pi/6;
f = 450;
x = A*sin(2*pi*f*t + theta);
figure();
plot(t,x*2,'m','LineWidth'
'LineWidth',1.5);
set(gca,'fontsize',14);
,14);
xlabel('time -----
----->','FontSize',14);
ylabel('Amplitude -----
----->','FontSize',14);
title('C.T.
'C.T. Sinusoidal signal A
cos(900*pi*t)','FontSize'
'FontSize',14);
axis([-0.03, 0.03,--2.15 2.15]);grid on

You might also like