Getting Started


Order the Book


Book Resources


About the Book



Principal Authors:
Fawwaz T. Ulaby
David G. Long,

Contributing Authors:
William Blackwell
Charles Elachi
Adrian Fung
Chris Ruf
Kamal Sarabandi
Jakob van Zyl
Howard Zebker

Language: English
ISBN: 978-0-472-11935-6


Code 2.4: Reflection by Two-Layer Composite

Code Name: Refl_TwoLayerComposite.m

Description: Code computes reflection by a two-layer composite with planar boundaries. Medium 1 is air with ε1 = 1.

Input Variables:

  ε2 = ε2 ' - jε2 '':    Dielectric constant of middle layer (unitless)
  ε3 = ε3 ' - jε3 '':    Dielectric constant of bottom layer (unitless)
  Θ1:    Incidence angle in medium 1 (degrees)
  d:    Thickness of middle layer (m)
  f:    Frequency (GHz)

Output Products:

  ρ:    Reflection coefficient (unitless)
  Γ:    Reflectivity (unitless)
  Plot: |ρ| or Γ as a function of d

Book Reference: Section 2-10 and Fig. 2-20

Code: module2_4.m