From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 506/CH16/EX16.4.a/Example16_4a.sce | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 506/CH16/EX16.4.a/Example16_4a.sce (limited to '506/CH16/EX16.4.a') diff --git a/506/CH16/EX16.4.a/Example16_4a.sce b/506/CH16/EX16.4.a/Example16_4a.sce new file mode 100755 index 000000000..da7a02d99 --- /dev/null +++ b/506/CH16/EX16.4.a/Example16_4a.sce @@ -0,0 +1,43 @@ +clear; +clc; + +//Caption:Logic Level Output of an ECL gate +//Given Data +Vbb = 1.15;//in V +Vee=5.20;//in V +Vbe5=0.7;//in V +R=1.18;//in K +r=300;//in ohm +Vbecutin=0.5;//in V + +//If all inputs are low then we assume that Q1,Q2 and Q3 are cutoff and Q4 is conducting +Ve=-Vbb-Vbe5;//Voltage at Common Emitter in V +//Current I in 1.18K Resistor +I = (Ve+Vee)/R;//in mA +I1=I; +disp('mA',I,'Current in 300 ohm resistance I='); +//Output Voltage at Y +vy = -(r*I/1000)-Vbe5;//I is in mA so 1000 is multiplied +Vbe = vy-Ve; +disp('V',Vbe,'Vbe = '); +if(Vbe