diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /61/CH9/EX9.7 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '61/CH9/EX9.7')
-rwxr-xr-x | 61/CH9/EX9.7/ex9_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/61/CH9/EX9.7/ex9_7.sce b/61/CH9/EX9.7/ex9_7.sce new file mode 100755 index 000000000..32d197d01 --- /dev/null +++ b/61/CH9/EX9.7/ex9_7.sce @@ -0,0 +1,8 @@ +//ex9.7
+f=200*10^3; //frequency in hertz
+I_c_sat=100*10^-3;
+V_ce_sat=0.2;
+t_on=1*10^-6;
+T=1/f; //time period of signal
+P_D_avg=(t_on/T)*I_c_sat*V_ce_sat;
+disp(P_D_avg,'average power dissipation in Watts')
\ No newline at end of file |