summaryrefslogtreecommitdiff
path: root/61/CH9/EX9.7
diff options
context:
space:
mode:
Diffstat (limited to '61/CH9/EX9.7')
-rwxr-xr-x61/CH9/EX9.7/ex9_7.sce8
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