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 --- 1658/CH18/EX18.1/Ex18_1.png | Bin 0 -> 90843 bytes 1658/CH18/EX18.1/Ex18_1.sce | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100755 1658/CH18/EX18.1/Ex18_1.png create mode 100755 1658/CH18/EX18.1/Ex18_1.sce (limited to '1658/CH18/EX18.1') diff --git a/1658/CH18/EX18.1/Ex18_1.png b/1658/CH18/EX18.1/Ex18_1.png new file mode 100755 index 000000000..a15557df7 Binary files /dev/null and b/1658/CH18/EX18.1/Ex18_1.png differ diff --git a/1658/CH18/EX18.1/Ex18_1.sce b/1658/CH18/EX18.1/Ex18_1.sce new file mode 100755 index 000000000..365f1a201 --- /dev/null +++ b/1658/CH18/EX18.1/Ex18_1.sce @@ -0,0 +1,18 @@ + +clc; +//e.g 18.1 +Vbb=10; +Rb=47*10**3; +Vcc=20; +Rc=10*10**3; +B=100; +Ic=Vcc/Rc;//saturation current +disp('mA',Ic*10**3,"Ic="); +Vce=Vcc;//cut-off voltage +disp('V',Vce*1,"Vce="); +i=2:-0.1:0; +plot2d(i); +a=gca() //get the current axes +a.box="off"; +xlabel("VCE"); +ylabel( "IC"); -- cgit