summaryrefslogtreecommitdiff
path: root/2582/CH3/EX3.23/Ex3_23.sce
diff options
context:
space:
mode:
Diffstat (limited to '2582/CH3/EX3.23/Ex3_23.sce')
-rwxr-xr-x2582/CH3/EX3.23/Ex3_23.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2582/CH3/EX3.23/Ex3_23.sce b/2582/CH3/EX3.23/Ex3_23.sce
new file mode 100755
index 000000000..b662a2d13
--- /dev/null
+++ b/2582/CH3/EX3.23/Ex3_23.sce
@@ -0,0 +1,12 @@
+//Ex 3.23
+clc;clear;close;
+format('v',6);
+f0=100;//Hz(3-dB frequency)
+Ri_inf=100;//kohm(High frequency input resistance)
+Tinf=1;//high frequency gain
+R1=Ri_inf;//kohm
+R2=Tinf*R1;//kohm
+C=1/(2*%pi*f0*R2*1000)*10^9;//nF
+disp("Design values are :");
+disp(R2,"Resistance R1=R2 in kohm : ");
+disp(C,"Capacitance C(nF): ");