diff options
Diffstat (limited to '25/CH10/EX10.2')
-rwxr-xr-x | 25/CH10/EX10.2/10_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/25/CH10/EX10.2/10_2.sce b/25/CH10/EX10.2/10_2.sce new file mode 100755 index 000000000..bcac2a1a5 --- /dev/null +++ b/25/CH10/EX10.2/10_2.sce @@ -0,0 +1,9 @@ +//example:-10.2,page no.-559.
+// program to design an e plane resonance isolatorin x band waveguide.
+er=13;revatt=30;
+deltaH=200;x=1700; // x=4*%pi*Ms.
+f=10*10^9;alpha_=12.4; // from graph 10.13.
+L=revatt/alpha_;
+alpha_1=27/L;
+disp(L,'for total reverse attenuation of 20 db,the length of the slab in cm must be = ')
+disp(alpha_1,'for total reverse attenuation to be at least 27 db, alpha_ in db/cm be > ')
\ No newline at end of file |