summaryrefslogtreecommitdiff
path: root/2582/CH3/EX3.14/Ex3_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '2582/CH3/EX3.14/Ex3_14.sce')
-rwxr-xr-x2582/CH3/EX3.14/Ex3_14.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2582/CH3/EX3.14/Ex3_14.sce b/2582/CH3/EX3.14/Ex3_14.sce
new file mode 100755
index 000000000..f04dc0f04
--- /dev/null
+++ b/2582/CH3/EX3.14/Ex3_14.sce
@@ -0,0 +1,9 @@
+//Ex 3.14
+clc;clear;close;
+format('v',6);
+fN=50;//Hz
+C=0.5;//micro F(have to choose C, 0.01<C<1)
+R=1/(2*%pi*fN*C*10^-6)/1000;//kohm
+disp("Design values are :");
+disp(C,"Capacitance(micro F)");
+disp(R,"Resistance R(kohm)");