diff options
Diffstat (limited to '162/CH1/EX1.19.c/example119c.sce')
-rwxr-xr-x | 162/CH1/EX1.19.c/example119c.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/162/CH1/EX1.19.c/example119c.sce b/162/CH1/EX1.19.c/example119c.sce new file mode 100755 index 000000000..cc5fa5a18 --- /dev/null +++ b/162/CH1/EX1.19.c/example119c.sce @@ -0,0 +1,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');
\ No newline at end of file |