diff options
Diffstat (limited to '1382/CH5/EX5.1')
-rwxr-xr-x | 1382/CH5/EX5.1/EX_5_1.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1382/CH5/EX5.1/EX_5_1.sce b/1382/CH5/EX5.1/EX_5_1.sce new file mode 100755 index 000000000..17c8bb40c --- /dev/null +++ b/1382/CH5/EX5.1/EX_5_1.sce @@ -0,0 +1,8 @@ +// Example 5.1:COUPLING CAPACITOR
+clc;
+clear;
+close;
+Rs=10;//series resistance in killo ohms
+Xc1= Rs/10;//reactance at 20Hz
+C1=(1/(2*%pi*20*Xc1*10^3))*10^6;//CAPACITANCE IN MICRO FARAD
+disp(C1,"capacitance in micro farad is as this is not a standar value will select 10 micro farad")
|