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 --- 3630/CH12/EX12.10/Ex12_10.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3630/CH12/EX12.10/Ex12_10.sce (limited to '3630/CH12/EX12.10/Ex12_10.sce') diff --git a/3630/CH12/EX12.10/Ex12_10.sce b/3630/CH12/EX12.10/Ex12_10.sce new file mode 100644 index 000000000..925a6737c --- /dev/null +++ b/3630/CH12/EX12.10/Ex12_10.sce @@ -0,0 +1,9 @@ +clc; +Vdd=30; +Rd=1100; +Rs=10000; +Idq=[0.0015 0.002]; +Vdsqmax=Vdd-Idq(1,1)*(Rd+Rs); +Vdsqmin=Vdd-Idq(1,2)*(Rd+Rs); +disp('V',Vdsqmax,"Vsdqmax=") +disp('V',Vdsqmin,"Vsdqmin=") -- cgit