Jump to content

User:Tjhuston225/Multidimensional Signal Processing

From Wikipedia, the free encyclopedia

Multidimensional Signal Processing

In signal processing, multidimensional signal processing covers all signal processing done using multidimensional sampling. While multidimensional signal processing is a subset of signal processing, it is unique in the sense that it deals specifically with data that can only be adequately detailed using more than one dimension. Examples of this are image processing and multi-sensor radar detection. Multidimensional signals are part of multidimensional systems, and as such are generally more complex than classical, single dimension signal processing. Processing in m-D (multi-dimension) requires more complex algorithms to handle calculations such as the Fast Fourier Transform due to more degrees of freedom[1]. In some cases, m-D signals and systems can be simplified into single dimension signal processing methods, utilizing assumptions such as symmetry.

Typically, multidimensional signal processing is directly associated with digital signal processing because its complexity warrants the use of computer modelling and computation[1].

Sampling[edit]

Multidimensional sampling requires different analysis than typical 1-D sampling. Single dimension sampling is executing by selecting points along a continuous line and storing the values of this data stream. In the case of multidimensional sampling, the data is selected utilizing a lattice, which is a "pattern" based on the sampling vector of the m-D data set[2]. These vectors can be single dimensional or multidimensional depending on the data and the application[2].

Multidimensional sampling is similar to classical sampling as it must adhere to the Nyquist–Shannon sampling theorem. It is affected by aliasing and considerations must be made for eventual reconstruction.

Fourier Analysis[edit]

A multidimensional signal can be represented in terms of sinusoidal components. This is typically done with a type of Fourier transform. The M-D Fourier transform transforms a signal from a time domain representation to a frequency domain representation of the signal. In the case of digital processing, a discrete time Fourier transform is utilized to transform a sampled time domain representation into a frequency domain representation:

where X stands for the multidimensional discrete Fourier transform, x stands for the sampled time domain signal, m stands for the number of dimensions in the system, n are time samples and k are frequency samples[3]. Computational complexity is usually the main concern when implementing any Fourier transform. For multidimensional signals, the complexity can be reduced by a number of different methods. The computation may be simplified if there is independence between variables of the multidimensional signal[3]. In general, Fast Fourier Transforms (FFTs), utilize efficiencies of the system to reduce the number of computations by a substantial factor. While there are a number of different implementations of this algorithm for m-D signals, two often used variations are the vector-radix FFT and the row-column FFT.

Filtering[edit]

A 2-D filter (left) defined by its 1-D prototype function (right) and a mapping function.

Filtering is an important part of any signal processing application. Similar to typical single dimension signal processing applications, there are varying degrees of complexity within filter design for a given system. M-D systems utilize digital filters in many different applications. The actual implementation of these m-D filters can pose a design problem depending on whether the multidimensional polynomial is factorable[3]. Typically, a prototype filter is designed in a single dimension and that filter is extrapolated to m-D using a mapping function[3]. Both FIR and IIR filters can be utilized in this manner, depending on the application.


Applicable Fields[edit]

References[edit]

  1. ^ a b D. Dudgeon and R. Mersereau, Multidimensional Digital Signal Processing, Prentice-Hall, First Edition, pp. 2, 1983.
  2. ^ a b Mersereau, R.; Speake, T., "The processing of periodically sampled multidimensional signals," Acoustics, Speech and Signal Processing, IEEE Transactions on , vol.31, no.1, pp.188,194, Feb 1983.
  3. ^ a b c d D. Dudgeon and R. Mersereau, Multidimensional Digital Signal Processing, Prentice-Hall, First Edition, pp. 61,112, 1983.