请输入您要查询的百科知识:

 

词条 Discrete-time Fourier transform
释义

  1. Definition

  2. Inverse transform

  3. Periodic data

  4. Sampling the DTFT

  5. Convolution

  6. Symmetry properties

  7. Relationship to the Z-transform

  8. Table of discrete-time Fourier transforms

  9. Properties

  10. See also

  11. Notes

  12. References

  13. Further reading

{{distinguish|text=the discrete Fourier transform}}{{Fourier transforms}}

In mathematics, the discrete-time Fourier transform (DTFT) is a form of Fourier analysis that is applicable to a sequence of values.

The DTFT is often used to analyze samples of a continuous function. The term discrete-time refers to the fact that the transform operates on discrete data, often samples whose interval has units of time. From uniformly spaced samples it produces a function of frequency that is a periodic summation of the continuous Fourier transform of the original continuous function. Under certain theoretical conditions, described by the sampling theorem, the original continuous function can be recovered perfectly from the DTFT and thus from the original discrete samples. The DTFT itself is a continuous function of frequency, but discrete samples of it can be readily calculated via the discrete Fourier transform (DFT) (see Sampling the DTFT), which is by far the most common method of modern Fourier analysis.

Both transforms are invertible. The inverse DTFT is the original sampled data sequence. The inverse DFT is a periodic summation of the original sequence. The fast Fourier transform (FFT) is an algorithm for computing one cycle of the DFT, and its inverse produces one cycle of the inverse DFT.

Definition

The discrete-time Fourier transform of a discrete set of real or complex numbers {{math|x[n]}}, for all integers {{mvar|n}}, is a Fourier series, which produces a periodic function of a frequency variable. When the frequency variable, ω, has normalized units of radians/sample, the periodicity is {{math|2π}}, and the Fourier series is:

{{Equation box 1
|indent =
|title=
|equation = {{NumBlk|:||{{EquationRef|Eq.1}}}}
|cellpadding= 6
|border
|border colour = #0073CF
|background colour=#F5FFFA}}

The utility of this frequency domain function is rooted in the Poisson summation formula. Let {{math|X(f)}} be the Fourier transform of any function, {{math|x(t)}}, whose samples at some interval {{mvar|T}} (seconds) are equal (or proportional) to the {{math|x[n]}} sequence, i.e. {{math|Tx(nT) {{=}} x[n]}}. Then the periodic function represented by the Fourier series is a periodic summation of {{math|X(f)}} in terms of frequency {{mvar|f}} in hertz (cycles/sec):

{{NumBlk|:||{{EquationRef|Eq.2}}}}

The integer {{mvar|k}} has units of cycles/sample, and {{math|1/T}} is the sample-rate, {{mvar|fs}} (samples/sec). So {{math|X1/T(f)}} comprises exact copies of {{math|X(f)}} that are shifted by multiples of {{mvar|fs}} hertz and combined by addition. For sufficiently large {{mvar|fs}} the {{math|k {{=}} 0}} term can be observed in the region {{math|[−fs/2, fs/2]}} with little or no distortion (aliasing) from the other terms. In Fig.1, the extremities of the distribution in the upper left corner are masked by aliasing in the periodic summation (lower left).

We also note that {{math|ei2πfTn}} is the Fourier transform of {{math|δ(tnT)}}. Therefore, an alternative definition of DTFT is:[1]

{{NumBlk|:||{{EquationRef|Eq.3}}}}

The modulated Dirac comb function is a mathematical abstraction sometimes referred to as impulse sampling.[2]

Inverse transform

An operation that recovers the discrete data sequence from the DTFT function is called an inverse DTFT. For instance, the inverse continuous Fourier transform of both sides of {{EquationNote|Eq.3}} produces the sequence in the form of a modulated Dirac comb function:

However, noting that {{math|X1/T(f)}} is periodic, all the necessary information is contained within any interval of length {{math|1/T}}. In both {{EquationNote|Eq.1}} and {{EquationNote|Eq.2}}, the summations over n are a Fourier series, with coefficients {{math|x[n]}}. The standard formulas for the Fourier coefficients are also the inverse transforms:

{{Equation box 1
|indent =
|title=
|equation = {{NumBlk|:||{{EquationRef|Eq.4}}}}
|cellpadding= 6
|border
|border colour = #0073CF
|background colour=#F5FFFA}}

Periodic data

When the input data sequence {{math|x[n]}} is {{mvar|n}}-periodic, {{EquationNote|Eq.2}} can be computationally reduced to a discrete Fourier transform (DFT), because:

  • All the available information is contained within {{mvar|n}} samples.
  • {{math|X1/T(f)}} converges to zero everywhere except at integer multiples of {{math|1/(NT)}}, known as harmonic frequencies.
  • The DTFT is periodic, so the maximum number of unique harmonic amplitudes is {{math|(1/T) / (1/(NT)) {{=}} N}}

The kernel {{math|x[n] ei2πfTn}} is {{mvar|N}}-periodic at the harmonic frequencies, {{math|f {{=}} k/(NT)}}. Introducing the notation to represent a sum over any {{mvar|n}}-sequence of length {{mvar|N}}, we can write:

Therefore, the DTFT diverges at the harmonic frequencies, but at different frequency-dependent rates. And those rates are given by the DFT of one cycle of the {{math|x[n]}} sequence. In terms of a Dirac comb function, this is represented by:

      [2][3]

Sampling the DTFT

When the DTFT is continuous, a common practice is to compute an arbitrary number of samples ({{mvar|N}}) of one cycle of the periodic function {{math|X1/T}}:

where is a periodic summation:

The sequence is the inverse DFT. Thus, our sampling of the DTFT causes the inverse transform to become periodic. The array of {{math|{{mabs|Xk}}2}} values is known as a periodogram, and the parameter {{mvar|N}} is called NFFT in the Matlab function of the same name.[5]

In order to evaluate one cycle of numerically, we require a finite-length {{math|x[n]}} sequence. For instance, a long sequence might be truncated by a window function of length {{mvar|L}} resulting in three cases worthy of special mention. For notational simplicity, consider the {{math|x[n]}} values below to represent the values modified by the window function.

Case: Frequency decimation. {{math|L {{=}} NI}}, for some integer {{mvar|I}} (typically 6 or 8)

A cycle of reduces to a summation of {{mvar|I}} blocks of length {{mvar|N}}, or circular addition.[4]  The DFT then goes by various names, such as:

  • window-presum FFT[7]
  • Weight, overlap, add (WOLA)[8][5]
  • polyphase FFT[10]
  • polyphase filter bank[11]
  • multiple block windowing and time-aliasing.[12]

Recall that decimation of sampled data in one domain (time or frequency) produces overlap (sometimes known as aliasing) in the other, and vice versa. Compared to an {{mvar|L}}-length DFT, the summation/overlap causes decimation in frequency, leaving only DTFT samples least affected by spectral leakage. That is usually a priority when implementing an FFT filter-bank (channelizer). With a conventional window function of length {{mvar|L}}, scalloping loss would be unacceptable. So multi-block windows are created using FIR filter design tools.[6][7]  Their frequency profile is flat at the highest point and falls off quickly at the midpoint between the remaining DTFT samples. The larger the value of parameter {{mvar|I}}, the better the potential performance.

Case: {{math|L {{=}} N+1}}, where {{mvar|N}} is even-valued

This case arises in the context of Window function design, out of a desire for real-valued DFT coefficients.[8]  When a symmetric sequence is associated with the indices {{nowrap|[-M ≤ n ≤ M],}} known as a finite Fourier transform data window, its DTFT, a continuous function of frequency is real-valued. When the sequence is shifted into a DFT data window, {{nowrap|[0 ≤ n ≤ 2M],}} the DTFT is multiplied by a complex-valued phase function: . But when sampled at frequencies for integer values of the samples are all real-valued. To achieve that goal, we can perform a -length DFT on a periodic summation with 1-sample of overlap. Specifically, the last sample of a data sequence is deleted and its value added to the first sample. Then a window function, shortened by 1 sample, is applied, and the DFT is performed. The shortened, even-length window function is sometimes called DFT-even. In actual practice, people commonly use DFT-even windows without overlapping the data, because the detrimental effects on spectral leakage are negligible for long sequences (typically hundreds of samples).[9]

Case: Frequency interpolation. {{math|LN}}

In this case,the DFT simplifies to a more familiar form:

In order to take advantage of a fast Fourier transform algorithm for computing the DFT, the summation is usually performed over all {{mvar|N}} terms, even though {{math|NL}} of them are zeros. Therefore, the case {{math|L < N}} is often referred to as "zero-padding".

Spectral leakage, which increases as {{mvar|L}} decreases, is detrimental to certain important performance metrics, such as resolution of multiple frequency components and the amount of noise measured by each DTFT sample. But those things don't always matter, for instance when the {{math|x[n]}} sequence is a noiseless sinusoid (or a constant), shaped by a window function. Then it is a common practice to use zero-padding to graphically display and compare the detailed leakage patterns of window functions. To illustrate that for a rectangular window, consider the sequence:

and

Figures 2 and 3 are plots of the magnitude of two different sized DFTs, as indicated in their labels. In both cases, the dominant component is at the signal frequency: {{math|f {{=}} 1/8 {{=}} 0.125}}. Also visible in Fig 2 is the spectral leakage pattern of the {{math|L {{=}} 64}} rectangular window. The illusion in Fig 3 is a result of sampling the DTFT at just its zero-crossings. Rather than the DTFT of a finite-length sequence, it gives the impression of an infinitely long sinusoidal sequence. Contributing factors to the illusion are the use of a rectangular window, and the choice of a frequency (1/8 = 8/64) with exactly 8 (an integer) cycles per 64 samples. A Hann window would produce a similar result, except the peak would be widened to 3 samples (see [https://commons.wikimedia.org/wiki/File:DFT-even_Hann_window_&_spectral_leakage.png DFT-even Hann window]).

Convolution

The convolution theorem for sequences is:

An important special case is the circular convolution of sequences {{mvar|x}} and {{mvar|y}} defined by where is a periodic summation. The discrete-frequency nature of {{math|DTFT{xN}}} "selects" only discrete values from the continuous function {{math|DTFT{y}}}, which results in considerable simplification of the inverse transform. As shown at Convolution theorem#Functions of discrete variable sequences:

For {{mvar|x}} and {{mvar|y}} sequences whose non-zero duration is less than or equal to {{mvar|n}}, a final simplification is:

The significance of this result is expounded at Circular convolution and Fast convolution algorithms.

Symmetry properties

When the real and imaginary parts of a complex function are decomposed into their even and odd parts, there are four components, denoted below by the subscripts RE, RO, IE, and IO. And there is a one-to-one mapping between the four components of a complex time function and the four components of its complex frequency transform:[17]{{rp|p. 291}}

From this, various relationships are apparent, for example:

  • The transform of a real-valued function ({{math|x{{sub|{{sub|RE}}}}+ x{{sub|{{sub|RO}}}}}}) is the even symmetric function {{math|X{{sub|{{sub|RE}}}}+ i X{{sub|{{sub|IO}}}}}}. Conversely, an even-symmetric transform implies a real-valued time-domain.
  • The transform of an imaginary-valued function ({{math|i x{{sub|{{sub|IE}}}}+ i x{{sub|{{sub|IO}}}}}}) is the odd symmetric function {{math|X{{sub|{{sub|RO}}}}+ i X{{sub|{{sub|IE}}}}}}, and the converse is true.
  • The transform of a even-symmetric function ({{math|x{{sub|{{sub|RE}}}}+ i x{{sub|{{sub|IO}}}}}}) is the real-valued function {{math|X{{sub|{{sub|RE}}}}+ X{{sub|{{sub|RO}}}}}}, and the converse is true.
  • The transform of a odd-symmetric function ({{math|x{{sub|{{sub|RO}}}}+ i x{{sub|{{sub|IE}}}}}}) is the imaginary-valued function {{math|i X{{sub|{{sub|IE}}}}+ i X{{sub|{{sub|IO}}}}}}, and the converse is true.

Relationship to the Z-transform

is a Fourier series that can also be expressed in terms of the bilateral Z-transform.  I.e.:

where the notation distinguishes the Z-transform from the Fourier transform. Therefore, we can also express a portion of the Z-transform in terms of the Fourier transform:

Note that when parameter {{mvar|T}} changes, the terms of remain a constant separation apart, and their width scales up or down. The terms of {{math|X1/T(f)}} remain a constant width and their separation {{math|1/T}} scales up or down.

Table of discrete-time Fourier transforms

Some common transform pairs are shown in the table below. The following notation applies:

  • is a real number representing continuous angular frequency (in radians per sample). ( is in cycles/sec, and is in sec/sample.) In all cases in the table, the DTFT is 2π-periodic (in ).
  • designates a function defined on .
  • designates a function defined on , and zero elsewhere. Then:

  • is the Dirac delta function
  • is the normalized sinc function
  • is the rectangle function
  • is the triangle function
  • {{mvar|n}} is an integer representing the discrete-time domain (in samples)
  • is the discrete-time unit step function
  • is the Kronecker delta
Time domain
x[n]
Frequency domain
X(ω)
Remarks Reference
[17]{{rp>p. 305}}
integer

    odd M
    even M
integer

The term must be interpreted as a distribution in the sense of a Cauchy principal value around its poles at .
[17]{{rp>p. 305}}
    -π < a < π
real number

real number with
real number with
integer
real numbers with
real number ,
it works as a differentiator filter
real numbers with
Hilbert transform
real numbers
complex

Properties

This table shows some mathematical operations in the time domain and the corresponding effects in the frequency domain.

  • is the discrete convolution of two sequences
  • is the complex conjugate of {{math|x[n]}}.
Property{{math>x[n] Frequency domain
Remarks Reference
Linearity complex numbers [10]{{rp>p. 294}}
Time reversal / Frequency reversal [10]{{rp>p. 297}}
Time conjugation [10]{{rp>p. 291}}
Time reversal & conjugation [10]{{rp>p. 291}}
Real part in time [10]{{rp>p. 291}}
Imaginary part in time [10]{{rp>p. 291}}
Real part in frequency [10]{{rp>p. 291}}
Imaginary part in frequency [10]{{rp>p. 291}}
Shift in time / Modulation in frequency k}}[10]{{rp>p. 296}}
Shift in frequency / Modulation in time real number [10]{{rp>p. 300}}
Decimation   [11] integer
Time Expansion integer
Derivative in frequency [10]{{rp>p. 303}}
Integration in frequency
Differencing in time
Summation in time
Convolution in time / Multiplication in frequency [10]{{rp>p. 297}}
Multiplication in time / Convolution in frequency Periodic convolution[10]{{rp>p. 302}}
Cross correlation
Parseval's theorem [10]{{rp>p. 302}}

See also

  • Multidimensional transform
  • Zak transform

Notes

1. ^In fact {{EquationNote|Eq.2}} is often justified as follows::
2. ^Substituting this expression into formula    produces the correctly scaled inverse DFT for the {{math|x(nT)}} sequence.
3. ^The generalized function is not unitless. It has the same units as {{mvar|T}}.
4. ^Here we borrow a concept from Circular shift and Circular convolution.
5. ^WOLA is not to be confused with the Overlap-add method of piecewise convolution.
6. ^{{cite journal | last1 =Lin | first1 =Yuan-Pei | last2 =Vaidyanathan | first2 =P.P. | title =A Kaiser Window Approach for the Design of Prototype Filters of Cosine Modulated Filterbanks | journal =IEEE Signal Processing Letters | volume =5 | issue =6 | pages =132–134 | date =June 1998 | url =http://authors.library.caltech.edu/6891/1/LINieeespl98.pdf | access-date =2017-03-16}}
7. ^{{Citation | title =cmfb.m | publisher =Caltech | url =http://www.systems.caltech.edu/dsp/software/conventional/cmfb.m | access-date = 2017-03-16}}
8. ^{{cite journal |ref=refHarris |doi=10.1109/PROC.1978.10837 |last=Harris |first=Fredric J. |title=On the use of Windows for Harmonic Analysis with the Discrete Fourier Transform |journal=Proceedings of the IEEE |volume=66 |issue=1 |pages=51–83 |date=Jan 1978 |url=http://web.mit.edu/xiphmont/Public/windows.pdf |citeseerx=10.1.1.649.9880}}
9. ^An example of the effects for short sequences can be seen at File:Comparison_of_symmetric_and_periodic_triangular_window_functions.svg, where the 9-sample symmetric sequence (green DTFT) has lower spectral leakage metrics than the 8-sample truncated sequence (blue).
10. ^10 11 12 13 14 15 16 {{Citation | last =Proakis | first =John G. | last2 =Manolakis | first2 =Dimitri G. | title =Digital Signal Processing: Principles, Algorithms and Applications | place =New Jersey | publisher =Prentice-Hall International | year =1996 | edition =3 | language =English | id =sAcfAQAAIAAJ | isbn =9780133942897}}
11. ^This expression is derived as follows::
12. ^{{cite book |title=Signals and Systems |author=Rao, R. |isbn=9788120338593 |url=https://books.google.com/books?id=4z3BrI717sMC |publisher=Prentice-Hall Of India Pvt. Limited}}
13. ^{{cite web|url=https://www.mathworks.com/help/signal/ref/periodogram.html|title=Periodogram power spectral density estimate - MATLAB periodogram}}
14. ^{{cite journal|last1=Gumas |first1=Charles Constantine |date=July 1997 |title=Window-presum FFT achieves high-dynamic range, resolution |journal=Personal Engineering & Instrumentation News |pages=58–64 |url=http://www.chipcenter.com/dsp/DSP000315F1.html |deadurl=bot: unknown |archiveurl=https://web.archive.org/web/20010210052902/http://www.chipcenter.com/dsp/DSP000315F1.html |archivedate=2001-02-10 |df= }}
15. ^{{Cite web |last=Lillington|first=John |title=Comparison of Wideband Channelisation Architectures |publisher=RF Engines Ltd |date= |url=http://www.edn.com/Pdf/ViewPdf?contentItemId=4133641 | access-date =2016-10-30}}
16. ^{{Cite web |last=Chennamangalam|first=Jayanth|title=The Polyphase Filter Bank Technique |publisher=CASPER Group |date=2016-10-18 |url=https://casper.berkeley.edu/wiki/The_Polyphase_Filter_Bank_Technique | access-date =2016-10-30}}
17. ^{{Cite web |last=Lyons |first=Richard G. |title=DSP Tricks: Building a practical spectrum analyzer |publisher=EE Times |date=June 2008 |url=http://www.embedded.com/design/real-time-and-performance/4007611/DSP-Tricks-Building-a-practical-spectrum-analyzer}}   Note however, that it contains a link labeled weighted overlap-add structure which incorrectly goes to Overlap-add method.
18. ^{{cite thesis |last=Dahl |first=Jason F. |date=2003-02-06 |title=Time Aliasing Methods of Spectrum Estimation |type=Ph.D. |publisher=Brigham Young University |url=http://scholarsarchive.byu.edu/cgi/viewcontent.cgi?article=1049&context=etd |access-date=2016-10-31}}

References

{{reflist|refs=[12][13][14][15][16][17][18]
}}{{refbegin|}}

Further reading

  • {{cite book|title =Multirate Digital Signal Processing|last1 =Crochiere|first1 =R.E.|last2 =Rabiner|first2 =L.R.|date =1983|publisher =Prentice Hall|year=|isbn =0-13-605162-6|location = Englewood Cliffs, NJ|pages =313–326}}
  • {{cite book|title=Discrete-Time Signal Processing|last=Oppenheim|first=Alan V.|last2=Schafer|first2=Ronald W.|publisher=Prentice Hall Signal Processing Series|year=1999|isbn=0-13-754920-2|edition=2nd|location=|pages=}}
  • {{cite book|title=A Course in Digital Signal Processing|last=Porat|first=Boaz|date=1996|publisher=John Wiley and Sons|year=|isbn=0-471-14961-6|location=|pages=27–29 and 104–105}}
  • {{cite book|title=Circuits, Signals, and Systems|last=Siebert|first=William M.|publisher=MIT Press|year=1986|isbn=0262690950|location=MIT Electrical Engineering and Computer Science Series. Cambridge, MA|pages=}}
  • {{cite book|title=Understanding Digital Signal Processing|last=Lyons|first=Richard G.|publisher=Prentice Hall|year=2010|isbn=978-0137027415|edition=3rd|location=|pages=}}
{{refend}}{{DSP}}

3 : Transforms|Fourier analysis|Digital signal processing

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/30 2:17:50