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 4.3: Relative Dielectric Constant of Pure Ice

Code Name: RelDielConst_PureIce.m

Description: Code computes the real and imaginary parts of the relative dielectric constant of pure ice at any temperature over the range -40°C < T < 0 °C, and frequency over 1 < f < 1000 GHz.

Input Variables:

  T:    Temperature (°C)
  f:    Frequency (GHz)

Output Products:

  ε1 ':    Real part of relative dielectric constant (unitless)
  ε1 '':    Imaginary part of relative dielectric constant (unitless)

Book Reference: Section 4-3

Code: module4_3.m