Near-Field and Wide-Angle Effects
When the Far-Field Assumption Breaks
The forward model developed in Chapter 7 assumes far-field conditions: planar wavefronts, paraxial angles, and narrowband signals. When these assumptions fail β due to large arrays (XL-MIMO), short ranges, or wide angular coverage β the sensing matrix must be corrected. This section quantifies when corrections are needed and how they modify the forward model.
Definition: Fresnel and Fraunhofer Regions
Fresnel and Fraunhofer Regions
The boundary between near-field and far-field is characterized by the Fraunhofer distance:
where is the largest dimension of the antenna aperture and is the wavelength.
| Region | Distance | Wavefront | Phase error |
|---|---|---|---|
| Reactive near-field | Evanescent | Not applicable | |
| Radiating near-field (Fresnel) | Spherical | Quadratic | |
| Far-field (Fraunhofer) | Planar | Negligible |
The far-field forward model is valid only in the Fraunhofer region. In the Fresnel region, the wavefront curvature introduces a quadratic phase term that must be included in .
Theorem: Near-Field Phase Correction
The exact distance from source to point is . The far-field (first-order Taylor) approximation uses:
The near-field (Fresnel) correction adds the second-order term:
where , is the unit direction vector, and .
The quadratic correction produces a position-dependent phase:
where is the component of perpendicular to .
The far-field model treats the wavefront as a plane. In the near field, the wavefront is spherical, and the curvature introduces a quadratic phase across the scene. This is exactly the same phenomenon as the Fresnel diffraction integral in optics.
Second-order Taylor expansion
Write . Let , so and . Then:
Expand the square root
Using with :
The last term is the Fresnel correction: it depends on the transverse displacement .
Identify the quadratic phase
Multiplying by to get the phase:
The first two terms are the far-field model. The third is the Fresnel correction .
Definition: Near-Field Sensing Matrix
Near-Field Sensing Matrix
The near-field sensing matrix replaces the far-field steering vectors with exact spherical wavefront phases. For each voxel , the -th entry of is:
computing the exact distances and instead of using the Taylor approximation.
Cost: The far-field model has Kronecker structure (), enabling efficient matrix-vector products. The near-field model loses this structure, requiring explicit computation. For large and , this can be orders of magnitude slower.
Example: When Does Near-Field Matter? A Numerical Example
A MIMO radar operates at GHz ( mm) with a ULA of elements at half-wavelength spacing.
(a) Compute the Fraunhofer distance .
(b) At range m, compute the maximum near-field phase error across the scene (scene width = 1 m centered on boresight).
(c) Is the far-field model adequate at this range?
Fraunhofer distance
Array aperture: m.
Maximum phase error at 2 m
At range m (well inside the Fraunhofer distance), the maximum transverse displacement is m (edge of the 1 m scene). The Fresnel phase error is:
This is an enormous phase error.
Assessment
The far-field model is completely inadequate at m for this array. The phase error of full cycles means the far-field would produce a completely defocused image. The near-field (exact distance) model is mandatory.
The far-field model becomes adequate at m. At intermediate ranges (- m), the Fresnel correction (second-order Taylor) may suffice without computing exact distances.
Wide-Angle Scattering Beyond Paraxial
The paraxial (small-angle) approximation assumes that all scatterers subtend small angles relative to the array boresight. This approximation breaks when:
- Wide-aperture arrays observe targets at large off-boresight angles.
- Distributed MIMO systems have Tx/Rx at diverse positions around the scene.
- 360-degree imaging (e.g., automotive surround radar).
Consequences of wide-angle scattering:
- The spatial frequency is no longer approximately linear in angle β the Fourier relationship between scene and measurements becomes non-uniform.
- Aspect-dependent scattering (DAspect-Dependent Scattering) becomes significant: the same target looks different from different angles.
- The Kronecker structure of may break for very large angular spans.
Mitigation: Use the exact (non-paraxial) steering vectors in , or partition the angular domain into narrow sectors and process each independently (sub-aperture processing).
Near-Field vs. Far-Field Point Spread Function
Compare the point spread function (PSF) of the imaging system under far-field (Kronecker) and near-field (exact distance) models. At close range, the far-field PSF is defocused and asymmetric; the near-field PSF remains sharp.
Parameters
Computational Cost of Near-Field Models
The far-field model with Kronecker structure enables efficient matrix-vector products: can be computed as a sequence of smaller matrix multiplications, reducing the cost from to (up to logarithmic factors with FFTs).
The near-field model destroys this structure. For a system with measurements and voxels, a single product requires complex multiply-accumulates. Iterative reconstruction (ISTA, ADMM) requires hundreds of such products, making the total cost operations.
Practical approaches:
- Fresnel approximation: Add the quadratic phase correction to the Kronecker model ( additional cost per product).
- Non-uniform FFT (NUFFT): Accelerate the non-uniform Fourier transform to .
- Sub-aperture processing: Split the array into sub-apertures where the far-field model holds within each.
- β’
Near-field exact model requires storage for
- β’
Iterative algorithms require matrix-vector products
- β’
NUFFT provides acceleration for the Fresnel case
Common Mistake: Using Far-Field Model with XL-MIMO Arrays
Mistake:
Applying the standard far-field Kronecker-structured sensing matrix when imaging with extremely large arrays (XL-MIMO, ) at ranges .
Correction:
Check the Fraunhofer distance before choosing the forward model. If targets are in the Fresnel region, use the exact-distance or Fresnel-corrected sensing matrix.
Quick Check
A ULA with elements at spacing operates at GHz ( mm). What is the Fraunhofer distance?
m
m
m
m
m. m. Targets closer than 40 m require near-field corrections.
Fraunhofer distance
The distance beyond which the far-field (planar wavefront) approximation introduces less than radians of phase error. is the aperture size, is the wavelength.
Related: {{Ref:Def Fresnel Fraunhofer}}
Fresnel region
The intermediate range between the reactive near-field and the far-field, where the wavefront is approximately spherical and the phase error is quadratic. Also called the radiating near-field.
Key Takeaway
Near-field corrections are mandatory when . The quadratic phase error from spherical wavefronts defocuses the image. The near-field model loses Kronecker structure, increasing computational cost. NUFFT and sub-aperture processing mitigate the cost. Wide-angle effects break the paraxial approximation and require exact steering vectors.