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.1: Relative Dielectric Constant of Pure Water

Code Name: RelDielConst_PureWater.m

Description: Code computes the real and imaginary parts of the relative dielectric constant of water at any temperature over 0 < T < 30 °C and frequency over 0 < f < 50 GHz.

Input Variables:

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

Output Products:

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

Book Reference: Section 4-1

Code: module4_1.m