An introduction to the principles of array signal processing and to our project.
Introduction and abstract
Array signal processing is a part of signal processing that uses sensors that are organized in patterns, or arrays, to detect signals and to determine information about them. The most common applications of array signal processing involve detecting acoustic signals, which our project investigates. The sensors in this case are microphones and, as you can imagine, there are many ways to arrange the microphones. Each arrangement has advantages and drawbacks based on what it enables the user to learn about signals that the array detects. We began the project with the goal of using an array to listen to relatively low frequency sounds (0 to 8 kHz) from a specific direction while attenuating all sound not from the direction of interest. Our project demonstrates that the goal, though outside the capabilities of our equipment, is achievable and that it has many valuable applications.
Our project uses a simple but fundamental design. We created a six-element uniform linear array, or (
ULA ), in order to determine the direction of the source of specific frequency sounds and to listen to such sounds in certain directions while blocking them in other directions. Because the ULA is one dimensional, there is a surface of ambiguity on which it is unable to determine information about signals. For example, it suffers from '
front-back ambiguity ,' meaning that signals incident from 'mirror locations' at equal angles on the front and back sides of the array are undistinguishable. Without a second dimension, the ULA is also unable to determine how far away a signal's source is or how high above or below the array's level the source is.
When constructing any array, the design specifications should be determined by the properties of the signals that the array will detect. All acoustic waves travel at the speed of sound, which at standard temperature and pressure of 0 degrees celsius and 1 atm, is defined as :
The physical relationship describing acoustic waves is similar to that of light:
. The frequencies of signals that an array detects are important because they determine constraints on the spacing of the sensors. The array's sensors sample incident signals
in space and, just as aliasing occurs in analog to digital conversion when the sampling rate does not meet the Nyquist criterion, aliasing can also happen in space if the sensors are not sufficiently close together.
A useful property of the ULA is that the delay from one sensor to the next is uniform across the array because of their equidistant spacing. Trigonometry reveals that the additional distance the incident signal travels between sensors is
. Thus, the time delay between consecutive sensors is given by:
Say the highest narrowband frequency we are interested is
. To avoid spatial aliasing, we would like to limit phase differences between spatially sampled signals to
or less because phase differences above
cause incorrect time delays to be seen between received signals.
Thus, we give the following condition:
Substituting for
in (2), we get
The worst delay occurs for
, so we obtain the
fundamentally important condition
for the distance between sensors to avoid signals aliasing in space, where we have simply used
.
We refer to the direction perpendicular to the length of the array as the
broadside of the array. All angles to the right, or clockwise from the broadside are considered positive by convention up to
. All angles to the left, or counter-clockwise from the broadside are considered negative up to
.
Just think of spatial sampling in a similar sense as temporal sampling: the closer sensors are, the more samples per unit distance are taken, analogous to a high sampling rate in time!
The limitations of the ULA obviously create problems for locating acoustic sources with much accuracy. The array's design is highly extensible, however, and it is an important building block for more complex arrays such as a cube, which uses multiple linear arrays, or more exotic shapes such as a circle. We aim merely to demonstrate the potential that arrays have for acoustic signal processing.