summaryrefslogtreecommitdiff
path: root/3630/CH7/EX7.5
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH7/EX7.5')
-rw-r--r--3630/CH7/EX7.5/Ex7_5.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3630/CH7/EX7.5/Ex7_5.sce b/3630/CH7/EX7.5/Ex7_5.sce
new file mode 100644
index 000000000..4f86b2abd
--- /dev/null
+++ b/3630/CH7/EX7.5/Ex7_5.sce
@@ -0,0 +1,14 @@
+clc;
+//A circuit is midpoint bised when the Q-point value of Vce is one half of Vcc.
+//from example and 7.3
+Vcc=8; //volt
+Vbe=0.7; //volt
+Rb=360000; //ohm
+Ib=(Vcc-Vbe)/Rb; //Ampere
+Hfe=100;
+Ic=Hfe*Ib;//Ampere
+Rc=2000; //ohm
+Vce=Vcc-Ic*Rc; //volt
+disp('V',Vce,"Vce=");//The answers vary due to round off error
+//Here we get Vce = (Vcc/2)
+//We can conclude that the circuit is midpoint