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 6.2: Emissivity of Two-Layer Composite

Code Name: emissivity_TwoLayerComposite.m

Description: Code computes emissivity into air (with ε1 =1) by a two-layer composite (such as the inset of Fig. 6-22).

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)
  f:    frequency in GHz
  d:    Thickness of middle layer (m)

Output Products:

  eP (Θ1):    Emissivity at angle Θ1 for polarization p
  Plot:    eP(Θ1) as a function of d

Book Reference: Section 6-7.5 and Eq. (6.111).

Code: module6_2.m