summaryrefslogtreecommitdiff
path: root/2183/CH3/EX3.4.a/Ex_3_4_a.sce
diff options
context:
space:
mode:
Diffstat (limited to '2183/CH3/EX3.4.a/Ex_3_4_a.sce')
-rwxr-xr-x2183/CH3/EX3.4.a/Ex_3_4_a.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2183/CH3/EX3.4.a/Ex_3_4_a.sce b/2183/CH3/EX3.4.a/Ex_3_4_a.sce
new file mode 100755
index 000000000..bda68476d
--- /dev/null
+++ b/2183/CH3/EX3.4.a/Ex_3_4_a.sce
@@ -0,0 +1,13 @@
+//Example 3.4.a // insertion loss
+clc;
+clear;
+close;
+//given data :
+y=3;// in micro-m
+alfa=2;
+d=50;// in micro-m
+a=d/alfa;
+Lt=0.85*(y/a);
+eta_lat=1-Lt;
+L_lat=-10*log10(eta_lat);
+disp(L_lat,"The insertion loss,(dB) = ")