summaryrefslogtreecommitdiff
path: root/3838/CH2/EX2.1.C/Ex2_1_c.sce
diff options
context:
space:
mode:
Diffstat (limited to '3838/CH2/EX2.1.C/Ex2_1_c.sce')
-rw-r--r--3838/CH2/EX2.1.C/Ex2_1_c.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3838/CH2/EX2.1.C/Ex2_1_c.sce b/3838/CH2/EX2.1.C/Ex2_1_c.sce
new file mode 100644
index 000000000..e8ab7c5e9
--- /dev/null
+++ b/3838/CH2/EX2.1.C/Ex2_1_c.sce
@@ -0,0 +1,7 @@
+//example 2.1.c
+//check the signal is periodic or not
+clc ;
+t =-15:0.01:15;
+y =exp(-(2*%i*%pi*t)/7);
+plot(t,y);
+disp ( 'Plot shows that given signal is periodic with periodicity=7' ) ;