diff options
Diffstat (limited to '3838/CH2/EX2.4.c/EX2_4_c.sce')
-rw-r--r-- | 3838/CH2/EX2.4.c/EX2_4_c.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3838/CH2/EX2.4.c/EX2_4_c.sce b/3838/CH2/EX2.4.c/EX2_4_c.sce new file mode 100644 index 000000000..f13fa451a --- /dev/null +++ b/3838/CH2/EX2.4.c/EX2_4_c.sce @@ -0,0 +1,6 @@ +//Example 2.4.c
+clc;
+a=2;
+P=(integrate('(3*cos(0.1*(%pi)*t))^(2)','t',-100,100)/(2*100))//power of given signal t=100
+disp(P)
+disp('AS POWER OF THE GIVEN SIGNAL IS FINITE HENCE THE GIVEN SIGNAL IS POWER SIGNAL');
|