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.5: ZRT Emission Model for Vegetation

Code Name: ZRTemission_Veg.m

Description: Code computes emissivity of a vegetation layer above a soil surface.

Input Variables:

  ε = ε' - jε'':    Soil dielectric constant (unitless)
  Θ1:    Incidence angle (degrees)
  f:    Frequency (GHz)
  s:    rms height of soil surface (m)
  l:    Correlation length of soil surface (m)
  a:    Single-scattering albedo (unitless)
  κe:    Extinction coefficient of vegetation layer (Np/m)
  d:    depth of vegetation layer (m)

Output Products:

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

Book Reference: Section 12-5.3

Code: module12_5.m