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 --- 61/CH10/EX10.13/ex10_13.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 61/CH10/EX10.13/ex10_13.sce (limited to '61/CH10/EX10.13/ex10_13.sce') diff --git a/61/CH10/EX10.13/ex10_13.sce b/61/CH10/EX10.13/ex10_13.sce new file mode 100755 index 000000000..1d867359f --- /dev/null +++ b/61/CH10/EX10.13/ex10_13.sce @@ -0,0 +1,15 @@ +//ex10.13; +C_iss=8*10^-12; +C_rss=3*10^-12; +g_m=6500*10^-6; //in Siemens +R_D=1*10^3; +R_L=10*10^6; +R_s=50; +C_gd=C_rss; +C_gs=C_iss-C_rss; +R_d=R_D*R_L/(R_D+R_L); +A_v=g_m*R_d; +C_in_Miller=C_gd*(A_v+1); +C_in_tot=C_in_Miller+C_gs; +f_c=1/(2*%pi*C_in_tot*R_s); +disp(f_c,'critical frequency of input RC circuit in hertz') \ No newline at end of file -- cgit