The Matlab code is given: dt = 1/450; tt = -1:dt:1; Fo = 3.75; XX = 5*sin(2*pi*Fo*tt - 0.65*pi); figure(4); plot(tt, xx), axis([-1.1 1.1 -5.5 5.5]); xlabel('Time (sec)'); ylabel('Magnitude'); grid on; a) What is the sampling interval? b) What is the phase angle?