summaryrefslogtreecommitdiff
path: root/162/CH1/EX1.19.a/example119a.sce
blob: 18189d5f9947ed01d1f662123bd932e9bccd40a7 (plain)
1
2
3
4
5
6
7
//Example 1.19a
//Check whether the given signal is periodic or not
clc;
n=-50:50;
y=sin(n/5);
plot2d3(n,y);
disp('Plot shows that the given signal is periodic');