From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2183/CH3/EX3.4.a/Ex_3_4_a.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 2183/CH3/EX3.4.a/Ex_3_4_a.sce (limited to '2183/CH3/EX3.4.a/Ex_3_4_a.sce') 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) = ") -- cgit