summaryrefslogtreecommitdiff
path: root/162/CH1/EX1.19.c/example119c.sce
blob: cc5fa5a1844f2f13d006432d8da2ec19c9b06193 (plain)
1
2
3
4
5
6
7
//Example 1.19c
//Check whether the given signal is periodic or not
clc;
n=-75:75;
x=cos((%pi/5)*n)+sin((%pi/6)*n);
plot2d3(n,x);
disp('Plot shows that the given signal is periodic');