diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /3866/CH4 | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '3866/CH4')
-rw-r--r-- | 3866/CH4/EX4.2/Ex4_2.sce | 16 | ||||
-rw-r--r-- | 3866/CH4/EX4.4/Ex4_4.sce | 9 | ||||
-rw-r--r-- | 3866/CH4/EX4.5/Ex4_5.sce | 18 | ||||
-rw-r--r-- | 3866/CH4/EX4.6/Ex4_6.sce | 15 | ||||
-rw-r--r-- | 3866/CH4/EX4.7/Ex4_7.sce | 21 | ||||
-rw-r--r-- | 3866/CH4/EX4.8/Ex4_8.sce | 16 | ||||
-rw-r--r-- | 3866/CH4/EX4.9/Ex4_9.sce | 24 |
7 files changed, 119 insertions, 0 deletions
diff --git a/3866/CH4/EX4.2/Ex4_2.sce b/3866/CH4/EX4.2/Ex4_2.sce new file mode 100644 index 000000000..a3d70f175 --- /dev/null +++ b/3866/CH4/EX4.2/Ex4_2.sce @@ -0,0 +1,16 @@ +clc; clear; close;
+
+ki=430*(10^(-6));//in amp/volt^2
+vt=0.4;//in volts
+wl=2;
+Vdd=1.2;//in volts
+Rl=20*(10^3);
+Voh=Vdd;
+k=ki*wl;
+Vol=Vdd/(1+k*Rl*(Vdd-vt));
+Vil=vt+(1/(k*Rl));
+Vih=vt+sqrt((8*Vdd)/(3*k*Rl))-1/(k*Rl);
+NML=Vil-Vol;
+NMH=Voh-Vih;
+disp(NML,'NML(in volts)');//answer vary due to round off error
+disp(NMH,'NMH(in volts)');//answer vary due to round off error
diff --git a/3866/CH4/EX4.4/Ex4_4.sce b/3866/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..bac334067 --- /dev/null +++ b/3866/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,9 @@ +clc; clear; close;
+
+Vdd=1.2;//in volts
+Vt=0.4;//in volts
+gam=0.2;
+voh=0.74;//in volts
+fi=0.44;//in volts
+Voh=Vdd-Vt-(gam*sqrt(voh+(2*fi)))+gam*sqrt(2*fi);
+disp(Voh,'VOH(in volts)=');
diff --git a/3866/CH4/EX4.5/Ex4_5.sce b/3866/CH4/EX4.5/Ex4_5.sce new file mode 100644 index 000000000..e3bc31acc --- /dev/null +++ b/3866/CH4/EX4.5/Ex4_5.sce @@ -0,0 +1,18 @@ +clc; clear ; close;
+
+Vol=0.1;//in volts
+WL=100;//in nm
+l=10^(-5);//in cm
+un=270;//in cm^2/v.s
+Vto=0.4;//in volts
+Vdd=1.2;//in volts
+el=0.6;//in volts
+vsat=8*(10^6);//in cm/s
+gam=0.2;
+fi=0.44;
+Vt=Vto+(gam*sqrt(Vol+(2*fi)))-gam*sqrt(2*fi);
+k=(vsat*((Vdd-Vol-Vt)^2)*(1+Vol/el)*l)/((Vdd-Vol-Vt+el)*((Vdd-Vt)*Vol-(Vol^2)/2)*un);
+Wl=WL*k;
+disp(Vt,'Vtl(in volts)=');
+disp(k,'ratio=');
+disp(Wl,'Wl(in nm)=');//answers vary due to round off error
diff --git a/3866/CH4/EX4.6/Ex4_6.sce b/3866/CH4/EX4.6/Ex4_6.sce new file mode 100644 index 000000000..c8e7bedf5 --- /dev/null +++ b/3866/CH4/EX4.6/Ex4_6.sce @@ -0,0 +1,15 @@ +clc; clear; close;
+
+Wn=0.1;//in micrometer
+Wp1=0.4;//in micrometer
+Wp2=0.1;//in micrometer
+Vdd=0.8;//in volts
+Vtn=0.4;//in volts
+Ecp=24;
+Ecn=6;
+X1=sqrt((Wn*Ecp)/(Wp1*Ecn));
+Vs1=(Vdd+(X1*Vtn))/(1+X1);
+X2=sqrt((Wn*Ecp)/(Wp2*Ecn));
+Vs2=(Vdd+(X2*Vtn))/(1+X2);
+disp(Vs1,'switchng voltage(in volts) for Wp=0.4um ');
+disp(Vs2,'switchng voltage(in volts) for Wp=0.1um ');
diff --git a/3866/CH4/EX4.7/Ex4_7.sce b/3866/CH4/EX4.7/Ex4_7.sce new file mode 100644 index 000000000..81a2377ee --- /dev/null +++ b/3866/CH4/EX4.7/Ex4_7.sce @@ -0,0 +1,21 @@ +clc; clear; close;
+
+
+Wn=0.4;//in micrometer
+Wp=0.8;//in micrometer
+Vdd=1.8;//in volts
+Vtn=0.5;//in volts
+Ecp=24;
+Ecn=6;
+Vtp=0.5;//in volts
+Voh=Vdd;
+Vol=0;
+Vil=0.7;//in volts
+Vih=1;//in volts
+X=sqrt((Wn*Ecp)/(Wp*Ecn));
+Vs=(Vdd+(X*Vtn)-Vtp)/(1+X);
+NMH=Voh-Vih;
+NML=Vil-Vol;
+disp(Vs,'Vs(in volts)=');
+disp(NMH,'NMH(in volts)=');
+disp(NML,'NMH(in volts)=');
diff --git a/3866/CH4/EX4.8/Ex4_8.sce b/3866/CH4/EX4.8/Ex4_8.sce new file mode 100644 index 000000000..8418f24d5 --- /dev/null +++ b/3866/CH4/EX4.8/Ex4_8.sce @@ -0,0 +1,16 @@ +clc; clear; close;
+
+Wp=400;//in nanometer
+Vsat=8*(10^6);//in cm/s
+Vdd=1.8;//in volts
+Vtp=0.5;//in volts
+Ep=4.8;//in volts
+Ln=2*(10^(-5));//in cm
+un=270;//in cm^2/V.s
+Vol=0.065;//in volts
+En=1.2;//in volts
+Vtn=0.5;//in volts
+k=(Vsat*((Vdd-Vtp)^2)*Ln*(1+(Vol/En)))/(un*(Vol*(Vdd-Vtn)-(Vol^2)/2)*(Vdd-Vtp+Ep));
+Wn=k*Wp;
+disp(k,'WN/WP=');//answers vary due to round off error
+disp(Wn,'Wn(in nanometers)=');//answers vary due to round off error
diff --git a/3866/CH4/EX4.9/Ex4_9.sce b/3866/CH4/EX4.9/Ex4_9.sce new file mode 100644 index 000000000..07fb0b6be --- /dev/null +++ b/3866/CH4/EX4.9/Ex4_9.sce @@ -0,0 +1,24 @@ +clc; clear; close;
+
+t=50*(10^(-12));
+Cl=50*(10^(-15));
+Reqn=12500;//in ohm
+Reqp=30000;//in ohm
+Ref=t/(0.7*Cl);
+R1=Reqn/Ref;
+mprintf('Wn/Ln=%f',R1);
+R2=Reqp/Ref;
+mprintf('\nWp/Lp=%f',R2);
+Vsat=8*(10^6);//in cm/s
+Vdd=1.2;//in volts
+Vtp=0.4;//in volts
+Ep=2.4;//in volts
+un=270;//in cm^2/V.s
+Vol=0.065;//in volts
+En=0.6;//in volts
+Vtn=0.4;//in volts
+Wp=(un*(Vol*(Vdd-Vtn)-(Vol^2)/2)*(Vdd-Vtp+Ep)*R1)/(Vsat*((Vdd-Vtp)^2)*(1+(Vol/En)));
+mprintf('\nWp=%f (in cm)',Wp);
+Wp=Wp*10000;//in micrometer
+mprintf('\nWn/Ln=%f/0.1 (in 0.1um technology)',0.1*R1);
+mprintf('\nWp/Lp=%f/0.1 (in 0.1um technology)',Wp);
|