You are on page 1of 2

%%x1[n] = cos(#n/3 + #/8)

figure;
n = -6:6;
X = cos(((pi*n)/3)+(pi/8));
stem(n,X);
title('Matlab 2: a')
xlabel('-6# n #6')
ylabel('x1[n]')

1
Published with MATLAB® R2021b

You might also like