Est. read time: 5 minutes | Last updated: April 04, 2025 by John Gentile


Contents

Open In Colab

from IPython.display import YouTubeVideo

Filtering is a commonly used operation in signal processing; in the discrete sense, samples are passed through a set of filter coefficients, or “taps”, to perform the convolution and achieve the desired response. Analogous to such temporal filtering, an array of sensors can be filtered spatially to produce a desired response across the elements.

Specifically in the context of Radio Frequency (RF) antenna arrays, this spatial filtering can be utilized to optimize the overall antenna pattern, in a process commonly known as beamforming. The specific spatial optimization is often application dependent, however beamforming is generally seen as a method of beam steering, where gain is provided in a specific, desired direction- relative to the array’s front-, with attenuation in other angles. Though the term “beamforming” sounds specific to transmitting applications- like radiating RF arrays-, beamforming, and consequently spatial filtering, can actually be performed on both the transmit and receive functions of any array, also known as array reciprocity. Beamforming is inclusive of non-RF arrays and applications as well, such as sound transducers used in SONAR arrays.

The fundamental operation of beamforming is derived from the properties of constructive and destructive interference of propagating waves in phased array systems. These systems are so named in that the individual array elements shift the phase of a received, or transmitted, signal to create a desired far field array pattern that culminates into a steered wavefront.

This phase shifting process can be achieved by digital or analog means; analog phase shifter units can perform the beam steering in the RF/analog domain. In this case, each phase shifter unit is attached to an individual array antenna element, and is manifolded to a single receiver- such as an Analog to Digital Converter (ADC)- and/or a single transmitter- such as a Digital to Analog Converter (DAC). The benefits of such a system is simplicity in the digital and RF electronics, as there is only one ADC and/or DAC- and possibly one mixing/heterodyne system for the array-, however the system is much less flexible in that it can only steer in one direction at a time.

However for Multiple-Input Multiple-Output (MIMO) or other systems that need more flexibility, these phase shifting blocks could also be performed in the digital domain. In this case, each antenna element can be considered to be directly connected to an ADC and/or DAC and the associated phase shifts can be performed in digital logic- such as in a Field-Programmable Gate Array (FPGA) directly connected to each ADC/DAC- and then coherently combined to form the intended beam(s). The downside of a digitally beamformed system is increased complexity- and thereby often an increased cost- due to each channel requiring RF and sampling electronics that must be phase synchronous, however the upside is this system is much more flexible in how it can apply phase shifts, as well as it creates the opportunity for a system to create multiple spatial beams at one time.

For MIMO communication arrays, these properties of directional gain and attenuation can be exploited for servicing multiple users, such as in Spatial Multiplexing, where distinct users are assumed to be in different spatial locations or directions, so digital beamforming with multiple beams can be used to target each user independently at the same time.

Deterministic Beamforming

Uniform Linear Array (ULA)

A ULA is defined as an array with NN elements equally spaced a distance dd from each other along a linear axis. Each RF channel- related to an RF antenna element- is sampled synchronously such that the digital samples are aligned in time across all channels so coherent processing can be performed. It can be seen that when dealing with a signal from the far field impinging on the array with angle, θ0\theta_{0}, the difference in propagation path length, LL, between elements in a ULA is given by:

L(n)=ndsin(θ0),0nN1L(n) = nd\sin(\theta_{0}), \quad 0 \leq n \leq N - 1

image.png

Array Effects

Far-Field

The reason we assume far field characteristics for the majority of work with array systems is to simplify the math and operations; for the case of a phased array receiver in the near field, an RF emitter is so close to the array that the incident angle of the received energy is different for every element due to the spherical wavefront of the source:

However, in the far field, where the same emitter is farther away from the receiving array, the wavefronts become approximately planar, and each receive element sees an equivalent incidence angle, θ\theta, of the arriving wave:

The specific point at which a given system is operating in the far field is dependent on many factors of the array’s antenna properties, however a general equation can be found based on an array’s antenna diameter, DD, and the wavelength of the operating carrier frequency, λ\lambda:

FarField>2D2λFar Field > \frac{2D^{2}}{\lambda}

Array Calibration

YouTubeVideo('ssuxQFzGJNU')

Broadband Beamforming

Adaptive Beamforming

Direction of Arrival (DOA) Estimation

Monopulse Systems

DoA References

YouTubeVideo('_UBPVi1vp2s')

Distributed Beamforming/DoA

YouTubeVideo('lZqMBmPGQiY')
YouTubeVideo('IsmCQs5KVCs')

References

YouTubeVideo('jSDLfcNhThw')
YouTubeVideo('0hnWfTvETcU')
YouTubeVideo('XCe0xanaPFo')
YouTubeVideo('nT7z6MxdEQE')