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 12.3: L-Band Semiempirical Emissivity Model for Rough Surface

Code Name: SemiEmp_EmissivityModel_RoughSurf.m

Description: Code computes polarized emissivities for a random surface using the parametric model equations developed by Lawrence et al. (2013).

Input Variables:

  ε = ε' - jε'':    Dielectric constant of the surface (unitless)
  s:    rms height (m)
  l:    correlation length (m)
  Θ:    Incidence angle (degrees)

Output Products:

  eh(Θ):    h-polarized emissivity (unitless)
  ev(Θ):    v-polarized emissivity (unitless)

Book Reference: Section 12-3.2 and Eqs. (12.11), (12.13)–(12.14)

Code: module12_3.m