Content deleted Content added
borked math tag using AWB (12082) |
|||
Line 17:
=== Properties of Fourier transform ===
Similar properties of the 1-D FT transform apply, but instead of the input parameter being just a single entry,
====Linearity====
Line 83:
<math>\sum_{n_1=-\infty}^\infty ... \sum_{n_M =-\infty}^\infty |x_1 (n_1,...,n_M)|^2 {=} \frac{1}{(2\pi)^M} \int\limits_{-\pi}^{\pi} ... \int\limits_{-\pi}^{\pi}|X_1(\omega_1,...,\omega_M)|^2 d\omega_1...d\omega_M</math>
A special case of the
====Separability====
Line 165:
: <math> \ln|z_1| \ge \ln|z_{01}| \text{ and } \ln|z_2| \ge L \ln|z_1| + \{ \ln|z_{02}| - L\ln|z_{01}| \} </math>
where ''L'' is the slope.
The [[2D Z-transform]], similar to the Z-transform, is used in multidimensional signal processing to relate a two-dimensional discrete-time signal to the complex frequency ___domain in which the 2D surface in 4D space that the Fourier transform lies on is known as the unit surface or unit bicircle.
Line 175:
=== Image processing ===
[[
The DCT is used in [[JPEG]] image compression, [[MJPEG]], [[MPEG]], [[DV]], [[Daala]], and [[Theora]] [[video compression]]. There, the two-dimensional DCT-II of ''N''x''N'' blocks are computed and the results are [[Quantization (signal processing)|quantized]] and [[Entropy encoding|entropy coded]]. In this case, ''N'' is typically 8 and the DCT-II formula is applied to each row and column of the block. The result is an 8x8 transform coefficient array in which the: (0,0) element (top-left) is the DC (zero-frequency) component and entries with increasing vertical and horizontal index values represent higher vertical and horizontal spatial frequencies, as shown in the picture on the right.
|