summaryrefslogtreecommitdiff
path: root/3838/CH6/EX6.6.c
diff options
context:
space:
mode:
Diffstat (limited to '3838/CH6/EX6.6.c')
-rw-r--r--3838/CH6/EX6.6.c/EX6_6_C.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3838/CH6/EX6.6.c/EX6_6_C.sce b/3838/CH6/EX6.6.c/EX6_6_C.sce
new file mode 100644
index 000000000..92032fd78
--- /dev/null
+++ b/3838/CH6/EX6.6.c/EX6_6_C.sce
@@ -0,0 +1,8 @@
+//ex 6.6.c
+clc;
+N=100//ASSUMING THE N=100
+p=(N)/(2*N)//AS LIMIT N TENDS TO INFINITY HENCE THE EQUATION
+disp(p);
+disp('AS THE POWER OF THE SIGNAL IS FINITE HENCE THE FOLLOWING SIGNALIS POWER SIGNAL');
+
+