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 10.1: I2EM Backscattering from Single-Scale Random Surface

Code Name: I2EM_Backscatter_model.m

Description: Code computes σ0 pqfor p,q = v or h for a random surface with a specified correlation function.

Input Variables:

  ε = ε' - jε'':    Dielectric constant of the scattering medium (unitless)
  p:    h or v of receive polarization
  q:    h or v of transmit polarization
  f:    Frequency (GHz)
  Θ:    Incidence angle

Type of correlation function:
(1) Exponential
(2) Gaussian
(3) x-power

Surface parameters:
s: rms height (m)
l: Correlation length (m)
x: power coefficient (for function 3)

Output Products: σ0 vv(Θ), σ0 hh(Θ), σ0 hv(Θ)

Book Reference: Section 10-3

Code: module10_1.m