summaryrefslogtreecommitdiff
path: root/1217/CH4/EX4.22/Exa4_22.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1217/CH4/EX4.22/Exa4_22.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1217/CH4/EX4.22/Exa4_22.sce')
-rwxr-xr-x1217/CH4/EX4.22/Exa4_22.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/1217/CH4/EX4.22/Exa4_22.sce b/1217/CH4/EX4.22/Exa4_22.sce
new file mode 100755
index 000000000..4cbf89169
--- /dev/null
+++ b/1217/CH4/EX4.22/Exa4_22.sce
@@ -0,0 +1,17 @@
+//Exa 4.22
+clc;
+clear;
+close;
+// given data
+fa=1.5;//in KHz
+fmax=1.5;//in KHz
+C1=0.1;//in uF
+RF=1/(2*%pi*fa*C1);//in Kohm
+fb=10*fa;//in Khz
+R1=1/(2*%pi*fb*C1);//in Kohm
+CF=(R1*C1)/RF;//in uF
+Rcomp=RF;//in Kohm
+disp(RF,"Value of resistance RF in Kohm is : ")
+disp(R1*1000,"Value of resistance R1 in ohm is : ")
+disp(CF,"Value of Capacitance CF in uF is : ")
+disp(Rcomp,"Value of resistance Rcomp in Kohm is : ") \ No newline at end of file