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.1: Relative Dielectric Constant of Wet Snow

Code Name: RelDielConst_WetSnow.m

Description: Code computes dielectric constant of wet snow.

Input Variables:

  ρs:    Snow density (g/cm3)
  f:    Frequency (GHz)
  mv:    Volumetric moisture content (%)

Output Products:

  ε' ws:    Real part of dielectric constant of wet snow (unitless)
  ε'' ws:    Imaginary part of dielectric constant of wet snow (unitless)

Book Reference: Section 4-6.2 and Eq. (4.60)

Code: module4_6.m