Tiled Windowed-Beamspace MVDR
- The tiled windowed-beamspace MVDR framework decomposes full-array processing into per-tile 2D FFT and localized windowing, significantly reducing computational complexity and memory usage.
- It aggregates windowed outputs from each tile into a global beamspace MVDR process that retains full-aperture performance while lowering training demands.
- The approach balances resolution and interference suppression with adjustable tile sizes and window parameters, making it ideal for wideband massive MIMO radar applications.
The tiled windowed-beamspace MVDR (Minimum Variance Distortionless Response) framework provides a scalable method for digital beamforming in wideband massive MIMO radar arrays. By leveraging energy concentration in beamspace, it decomposes an otherwise computationally intractable full-array MVDR problem into a distributed pipeline—partitioning the array into tiles, projecting each subarray’s data via 2D spatial FFTs, and processing only a compact, windowed subset of beamspace coefficients. These windowed, per-tile outputs are aggregated and subjected to a reduced-dimension global MVDR process, supporting coherent full-aperture adaptive beamforming with diminished computational, memory, and training demands. The methodology balances system scalability with detection and interference rejection accuracy, enabling deployment on dense arrays where conventional MVDR is infeasible (Noroozi et al., 6 Dec 2025, Noroozi et al., 15 Aug 2025).
1. Array Partitioning and Data Model
Consider a two-dimensional uniform planar array (UPA) with tiles, each consisting of elements. This yields tiles, elements per tile, and a total aperture of antenna elements. The element steering vector for spatial frequency is
and for a source with azimuth and elevation ,
scaling as a function of frequency via
The per-tile steering vector at frequency for tile is
where is the intra-tile steering (), and controls phase progression across tiles () (Noroozi et al., 6 Dec 2025).
The received signal at tile and snapshot is
with complex gain, the transmit pulse, interference/clutter, and white noise.
2. Spatial FFT and Tilewise Beamspace Projection
Each tile applies a 2D spatial DFT. Let and denote normalized – and –point DFT matrices. Define the 2D DFT for each tile as
with . For a tile's element vector , the beamspace projection is . Only a localized window of beamspace bins is needed for most signals due to angular energy concentration (Noroozi et al., 6 Dec 2025, Noroozi et al., 15 Aug 2025).
3. Angle-of-Arrival Windowing and Global Concatenation
For each target , a window in beamspace is defined by binary selectors and . The composite window operator is
The windowed tile output is
and tile outputs are concatenated:
Global projection from full TN to dimensions is
This drastically reduces observation dimensionality while retaining dominant spatial features (Noroozi et al., 6 Dec 2025).
4. Centralized Beamspace MVDR Beamforming
The global reduced-dimensional covariance for target is
with empirical estimator
The global beamspace steering vector is
MVDR weights in beamspace solve
with closed-form solution
To inspect the synthesized array pattern or for postprocessing, these weights can be lifted to the full aperture:
5. Complexity, Scalability, and Trade-offs
Full-array MVDR requires matrix inversion and covariance estimation per subband. The tiled windowed-beamspace approach yields:
- Per-tile 2D DFT:
- Covariance estimation:
- Matrix inversion: (with )
- Memory: Only covariance storage
- Training: snapshots sufficient for stable estimation
System parameters govern scalability and performance:
- Tile size : Determines local FFT granularity and maximal beamspace resolution.
- Window width :
- Larger window: Higher resolution, better interferer nulling, greater complexity
- Smaller window: Lower cost, risk of mainlobe distortion or insufficient degrees of freedom
Because signal energy is concentrated in a few beamspace bins, the global beamspace dimension grows far slower than antenna count, supporting scalability to large apertures (Noroozi et al., 6 Dec 2025, Noroozi et al., 15 Aug 2025).
6. Empirical Performance and Implementation Architecture
Numerical evaluations on a array (partitioned into tiles of elements) across multiple interference scenarios show:
- Observation dimension (e.g., $8$ tiles $4$ beams per tile) matched full-aperture MVDR performance () for detection and interference suppression.
- In severe clutter scenarios, tiling produced deeper nulls and narrower mainlobes, increasing detection SINR and reducing missed detections.
- Window sizes as low as beams suffice for low interference; for harsh conditions (Noroozi et al., 6 Dec 2025, Noroozi et al., 15 Aug 2025).
Implementation proceeds as:
- Acquire element-space IQ snapshots;
- Channelize in frequency (fast-time FFT to subbands);
- For each subband:
- Apply spatial FFT per tile (),
- Window and stack outputs,
- Estimate global covariance,
- Compute MVDR weights;
- Optionally lift weights to the full array.
Block-level and pseudo-code implementations are specified in the source texts.
7. Extensions, Limitations, and Practical Considerations
The framework reveals parameter trade-offs crucial to practical system design. Proper window sizing is required for energy containment and nulling capacity. The reduced training requirement and memory footprint address dominant bottlenecks in conventional MVDR. While tiling and windowing limit degrees of freedom per tile, energy concentration in beamspace ensures that full-aperture performance is attainable with a fraction of the original dimensionality, except in extreme interference regimes where window growth may be required. Applications span wideband radar and potentially wideband MIMO communications, wherever coherent spatial processing at scale is required (Noroozi et al., 6 Dec 2025, Noroozi et al., 15 Aug 2025).