diff options
Diffstat (limited to '3673/CH17/EX17.a.8/Example_a_17_8.sce')
-rw-r--r-- | 3673/CH17/EX17.a.8/Example_a_17_8.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3673/CH17/EX17.a.8/Example_a_17_8.sce b/3673/CH17/EX17.a.8/Example_a_17_8.sce new file mode 100644 index 000000000..c0b1408af --- /dev/null +++ b/3673/CH17/EX17.a.8/Example_a_17_8.sce @@ -0,0 +1,12 @@ +//Example_a_17_8 page no:868
+clc;
+L=60*10^-3;
+C=0.16*10^-6;
+f=2*10^3;
+fc=1/(%pi*sqrt(L*C));
+Zot=sqrt(L/C)*sqrt(1-(f/fc));
+phase_shift=2*asind(f/fc);
+disp(fc/1000,"the cut off frequency is (in kHz)");
+disp(Zot,"nominal impedance is (in ohm)");
+disp(phase_shift,"the attenuation constant is (in nepers)");
+//impedence varie slightly henc fc value is rounded off in text book
|