diff options
Diffstat (limited to '3838/CH2/EX2.4.b')
-rw-r--r-- | 3838/CH2/EX2.4.b/EX2_4_b.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3838/CH2/EX2.4.b/EX2_4_b.sce b/3838/CH2/EX2.4.b/EX2_4_b.sce new file mode 100644 index 000000000..9c13b1fd3 --- /dev/null +++ b/3838/CH2/EX2.4.b/EX2_4_b.sce @@ -0,0 +1,6 @@ +//Example 2.4.a
+//Energy of the signal x(t)=(exp(-2*a*t)).u(t)
+clc;
+P=integrate('1^(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');
|