diff options
Diffstat (limited to '147/CH8/EX8.22/Example8_22.sce')
-rw-r--r-- | 147/CH8/EX8.22/Example8_22.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/147/CH8/EX8.22/Example8_22.sce b/147/CH8/EX8.22/Example8_22.sce new file mode 100644 index 000000000..be0097ff4 --- /dev/null +++ b/147/CH8/EX8.22/Example8_22.sce @@ -0,0 +1,12 @@ +close();
+clear;
+clc;
+//For hfb, at Vcbq = 6.1 V
+dic = 3.97-2.0;
+die = 4-2;
+hfb = dic/die;
+//For hob at Ieq = 3 mA
+dic = 3.05-2.95;
+dveb = -10-(-2);
+hob = dic/dveb;
+mprintf('hfb = %0.3f\nhob = %0.1f micro S',hfb,hob*10^(3));
\ No newline at end of file |