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 --- 3517/CH4/EX4.4/Ex4_4.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3517/CH4/EX4.4/Ex4_4.sce (limited to '3517/CH4/EX4.4/Ex4_4.sce') diff --git a/3517/CH4/EX4.4/Ex4_4.sce b/3517/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..4f24441f7 --- /dev/null +++ b/3517/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,13 @@ +//Caption:Determine (a)Capacitance that can give max turn on time (b)Max frequency +//Ex4.4 +clc; +clear; +close; +Rs=600//Source resistor(in ohm) +Rb=5.6//Base resistor(in kilo ohm) +t=70//Turn on time(in ns) +C=t*1000/(0.1*Rs) +disp(C,'(a)Required capacitance(in pF)=') +tre=2.3*Rb*C*10^(-3) +f=1000/(2*tre) +disp(f,'(b)Max Frequency(in Khz)=') \ No newline at end of file -- cgit