From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 863/CH6/EX6.6/Ex6_6.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 863/CH6/EX6.6/Ex6_6.sce (limited to '863/CH6/EX6.6/Ex6_6.sce') diff --git a/863/CH6/EX6.6/Ex6_6.sce b/863/CH6/EX6.6/Ex6_6.sce new file mode 100644 index 000000000..e3afaca29 --- /dev/null +++ b/863/CH6/EX6.6/Ex6_6.sce @@ -0,0 +1,14 @@ +//Caption:Design a non inverting schmitt trigger circuit +//Ex6.6 +clc; +clear; +close; +Vcc=15//Collector voltage(in volts) +u=2//Upper trigger point(in volts) +Ib=500//Base current(in nA) +I2=Ib*0.1 +Vo=Vcc-1 +R2=Vo*1000/I2 +i=Vo*1000/R2 +R1=u*1000/i +disp(R2,R1,'Circuit components R1 and R2(in kilo ohm)=') \ No newline at end of file -- cgit