Deterministic Channel Models for Imaging
Deterministic Channel Models β When Physics Suffices
A deterministic channel model computes propagation from first principles. For RF imaging, deterministic models directly construct the sensing matrix and are essential for high-fidelity image reconstruction. This section builds up from free-space (single bounce) to multipath and through-wall models.
Definition: Free-Space (Single-Bounce) Forward Model
Free-Space (Single-Bounce) Forward Model
Under the Born approximation with far-field conditions, the signal received at Rx due to Tx at frequency is (from Chapter 6 and Caire's unified model):
where is the position relative to the scene center, and the Tx and Rx wavenumber vectors are:
After grid discretization, this becomes with the -th row of encoding the round-trip phase and path loss for each voxel.
Definition: Ray-Tracing Channel Model
Ray-Tracing Channel Model
Ray tracing (geometric optics) models propagation as a set of discrete rays, each characterized by departure angle, arrival angle, delay, amplitude, and phase. For a scene with propagation paths:
where , , , are the complex amplitude, delay, departure angle, and arrival angle of the -th ray.
Each ray corresponds to a propagation mechanism:
- Line-of-sight (LOS): Direct path, single-bounce Born model.
- Specular reflection: Mirror-like reflection from flat surfaces.
- Diffraction: Bending around edges (GTD/UTD models).
- Scattering: Rough-surface or volumetric scattering.
For imaging, each ray directly maps to a column (or set of columns) in the extended sensing matrix .
Theorem: Multipath Extension of the Sensing Matrix
For a scene with multipath orders (each order corresponding to an additional bounce), the extended forward model is:
where is the sensing matrix for paths with reflections, is the surface reflection coefficient, and:
If multipath targets have independent reflectivities, the model instead becomes:
with stacking direct and ghost reflectivities.
Each multipath bounce adds a "ghost" copy of the scene at a reflected position. Including these ghosts in prevents them from corrupting the reconstruction of the true scene.
Single-bounce case
For (one reflection off a flat surface at position with reflection coefficient ), the image method places a virtual Tx (or Rx) at the mirror position. The path length for the reflected ray is , giving a modified steering vector that defines .
General $p$-bounce
By induction, the -th bounce applies image reflections, each attenuated by . The sensing matrix uses the -times-reflected virtual source/receiver positions.
Superposition
Since Maxwell's equations are linear, the total received signal is the superposition of all bounce orders. Collecting terms yields . When we need to separate direct from ghost targets, we expand the unknown vector instead, giving the block-column form.
Definition: Through-Wall Propagation Model
Through-Wall Propagation Model
For through-wall imaging, the signal traverses one or more walls before reaching the target. Each wall introduces:
-
Attenuation: The transmission coefficient depends on wall material (), thickness , frequency, and incidence angle :
where and (Snell's law).
-
Refraction: The ray bends at each wall interface, shifting the apparent target position.
-
Dispersion: For wideband signals, the frequency-dependent wall attenuation distorts the pulse shape.
The sensing matrix incorporates these effects:
where and are the wall transmission coefficients for the Tx-side and Rx-side walls.
Example: Indoor Through-Wall Imaging at 5 GHz
A radar system operates at GHz with bandwidth GHz. The system images through a concrete wall (, thickness cm) at normal incidence.
(a) Compute the one-way wall attenuation in dB.
(b) Compute the apparent range shift due to the higher propagation speed inside the wall.
(c) If the wall has a reflection coefficient , what fraction of the incident power is transmitted?
Wall attenuation
For lossless concrete at normal incidence, the power transmission coefficient is:
Wait -- this exceeds 1, indicating we must use the full Fabry-Perot formula accounting for both interfaces and the phase through the wall. The simplified Fresnel reflection at one interface gives . So the single-interface power transmission is . Two interfaces: , i.e., about dB per one-way traversal.
Range shift
Inside the wall, the propagation speed is . The electrical path length through the wall is m, compared to the physical 0.20 m. The apparent range shift is m. Targets appear shifted by 29 cm deeper than their true position.
Power transmission with given $|\Gamma|$
With , the reflected power fraction is per interface. Single-traversal two-interface transmission: , so of the power passes through. Round-trip (imaging): , i.e., dB total wall loss.
Example: From Ray Tracing to the Sensing Matrix
Consider a 2D scene with one flat wall at m (reflection coefficient ) and one point target at m. A monostatic radar is at the origin, operating at GHz.
(a) Compute the LOS path delay.
(b) Using the image method, find the ghost target position.
(c) Construct the extended sensing vector (LOS + 1-bounce) for this single measurement.
LOS path delay
Distance to target: m. Round-trip delay: ns. Phase: rad.
Ghost target via image method
The image of the target at reflected in the wall at is at m. The round-trip distance for the reflected path is m.
Extended sensing vector
The sensing vector stacks the LOS and ghost contributions:
The extended unknown is . Without including the ghost column, the reconstruction would show a spurious target at m.
Hierarchy of Deterministic Models
| Model | Accuracy | Cost | Use case |
|---|---|---|---|
| Born approximation | Low-medium | Weak scatterers, initial design | |
| Ray tracing (GO) | Medium | Large scenes, urban environments | |
| Physical optics | Medium-high | RCS prediction, SAR simulation | |
| FDTD/FEM/MoM | High | Reference, complex materials |
For imaging inversion, the model used to construct must balance accuracy against computational cost. The Born model with Kronecker structure ([?ch07:s06]) provides the best cost-accuracy tradeoff for most scenarios. Ray tracing is used when multipath must be modeled explicitly.
Modern tools like Sionna RT (NVIDIA) provide differentiable ray tracing, enabling gradient-based optimization of sensing geometries.
Multipath Ghost Targets
Visualize how multipath reflections create ghost targets in the reconstructed image. The left panel shows the true scene with a reflecting wall; the right panel shows the back-projection image with and without multipath modeling in .
Parameters
Historical Note: Ray Tracing β From Optics to RF
1962-presentRay tracing has roots in geometric optics dating to the 17th century (Fermat, Huygens). Its adaptation to radio propagation began with Keller's Geometrical Theory of Diffraction (GTD, 1962), which extended geometric optics to include diffracted rays. Kouyoumjian and Pathak's Uniform Theory of Diffraction (UTD, 1974) resolved the singularities of GTD at shadow boundaries, making ray tracing practical for engineering applications. Today, GPU-accelerated ray tracers like Sionna RT process millions of rays in real time, enabling their use as differentiable forward models for optimization.
Historical Note: Through-Wall Radar Imaging
1990s-presentThrough-wall radar imaging emerged from military and law-enforcement needs in the 1990s. Early systems used UWB pulses (0.5-3 GHz) to penetrate concrete and brick walls. The key challenge was not just wall attenuation but the multipath ghosts created by wall reflections. Amin's group at Villanova University developed the image-method framework for multipath mitigation that we present in this section. Modern through-wall systems combine MIMO arrays with compressed sensing to image through multiple walls at once.
Born approximation
The assumption that each scatterer interacts only with the incident field, not with fields scattered by other objects. Valid when , where is the contrast and is the object size. Enables the linear forward model .
Related: {{Ref:Ch06:Def Born Approximation}}
Image method
A technique for modeling multipath reflections by placing virtual (image) sources at mirror positions relative to reflecting surfaces. Each image source generates a ghost target in the reconstructed image.
Common Mistake: Ignoring Multipath in Through-Wall Imaging
Mistake:
Using the free-space sensing matrix for reconstruction in environments with strong reflecting surfaces (floors, walls).
Correction:
Include multipath paths in the extended sensing matrix or use the image method to model ghost targets. Without this, ghost targets appear at incorrect positions and can be mistaken for real targets.
Key Takeaway
Deterministic channel models build from physics. The free-space Born model gives the standard linear system. Multipath extends with additional columns per bounce order. Through-wall propagation adds frequency-dependent attenuation and apparent range shift. The model hierarchy (Born, ray tracing, PO, full-wave) trades accuracy for computational cost.