diff options
Diffstat (limited to '67/CH1/EX1.31.a')
-rwxr-xr-x | 67/CH1/EX1.31.a/example131a.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/67/CH1/EX1.31.a/example131a.sce b/67/CH1/EX1.31.a/example131a.sce new file mode 100755 index 000000000..02666132b --- /dev/null +++ b/67/CH1/EX1.31.a/example131a.sce @@ -0,0 +1,6 @@ +//Example 1.31a
+//Determine whether the given signal is periodic or not
+clc;
+n=0:1/100:10
+x=sin(6*%pi*n/7);
+plot(x)//plotting the signal and showing it is periodic with period 2pi/(6pi/7);
\ No newline at end of file |