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 --- 2210/CH6/EX6.16/6_16.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 2210/CH6/EX6.16/6_16.sce (limited to '2210/CH6/EX6.16') diff --git a/2210/CH6/EX6.16/6_16.sce b/2210/CH6/EX6.16/6_16.sce new file mode 100755 index 000000000..9c95a708f --- /dev/null +++ b/2210/CH6/EX6.16/6_16.sce @@ -0,0 +1,17 @@ +//Chapter 6, Problem 16 +clc +//transistor Y parameter +yi=(16+%i*11.78)*10^-3 //in complex form +yf_mag=45e-3 +yf_ang=285 +yr_mag=1.55e-3 +yr_ang=258 +yo=0.19+%i*5.97 //in complex form +gi=16e-3 //input conductance in siemens +go=0.19e-3 //output conductance in siemens + +//calculating maximum available gain +MAG=yf_mag^2/(4*gi*go) +MAG_db=10*log10(MAG) +printf("Maximum available gain = %.2f \n\n",MAG) +printf("Maximum available gain in dB = %.2f dB",MAG_db) -- cgit