傅里叶变换是复数傅里叶级数在
极限情况下的推广。将离散的
替换为连续的
,同时令
。然后将求和变为积分,方程变为
这里,
被称为正向 (
) 傅里叶变换,而
被称为逆向 (
) 傅里叶变换。Trott (2004, p. xxxiv) 引入了符号
,并且有时也使用
和
分别表示傅里叶变换和逆傅里叶变换(Krantz 1999, p. 202)。
请注意,一些作者(尤其是物理学家)更喜欢用角频率
而不是振荡频率
来表示变换。然而,这破坏了对称性,导致变换对为
为了恢复变换的对称性,有时使用约定
(Mathews 和 Walker 1970, p. 102)。
一般来说,傅里叶变换对可以使用两个任意常数
和
定义为
函数
的傅里叶变换
在 Wolfram 语言 中实现为FourierTransform[f, x, k],并且可以通过传递可选的FourierParameters->
a, b
选项来使用不同的
和
选择。默认情况下,Wolfram 语言 采用FourierParameters为
。不幸的是,许多其他约定也被广泛使用。例如,
用于现代物理学,
用于纯数学和系统工程,
用于概率论中计算特征函数,
用于经典物理学,而
用于信号处理。在这项工作中,按照 Bracewell (1999, pp. 6-7) 的说法,总是假设
和
,除非另有说明。这种选择通常会大大简化常见函数(如 1,
等)的变换。
由于任何函数都可以分解为偶部分和奇部分
和
,
傅里叶变换始终可以用傅里叶余弦变换和傅里叶正弦变换表示为
![F_x[f(x)](k)=int_(-infty)^inftyE(x)cos(2pikx)dx-iint_(-infty)^inftyO(x)sin(2pikx)dx.](/images/equations/FourierTransform/NumberedEquation1.svg) |
(19)
|
函数
具有正向和逆向傅里叶变换,使得
![f(x)={int_(-infty)^inftye^(2piikx)[int_(-infty)^inftyf(x)e^(-2piikx)dx]dk for f(x) continuous at x; 1/2[f(x_+)+f(x_-)] for f(x) discontinuous at x,](/images/equations/FourierTransform/NumberedEquation2.svg) |
(20)
|
前提是
1.
存在。
2. 存在有限数量的不连续点。
3. 函数具有有界变差。一个充分但较弱的条件是满足李普希茨条件
(Ramirez 1985, p. 29)。函数越平滑(即,连续导数的数量越多),其傅里叶变换就越紧凑。
傅里叶变换是线性的,因为如果
和
具有傅里叶变换
和
,则
因此,
傅里叶变换也是对称的,因为
意味着
。
设
表示卷积,则函数卷积的变换具有特别好的变换,
第一个的推导如下
其中
。
在自相关和傅里叶变换之间也存在一个有些令人惊讶且极其重要的关系,称为维纳-辛钦定理。设
,并且
表示
的复共轭,则
的绝对平方的傅里叶变换由下式给出
![F_k[|F(k)|^2](x)=int_(-infty)^inftyf^_(tau)f(tau+x)dtau.](/images/equations/FourierTransform/NumberedEquation3.svg) |
(33)
|
函数
的导数
的傅里叶变换与其自身函数
的变换简单相关。考虑
![F_x[f^'(x)](k)=int_(-infty)^inftyf^'(x)e^(-2piikx)dx.](/images/equations/FourierTransform/NumberedEquation4.svg) |
(34)
|
现在使用分部积分法
![intvdu=[uv]-intudv](/images/equations/FourierTransform/NumberedEquation5.svg) |
(35)
|
其中
和
则
![F_x[f^'(x)](k)=[f(x)e^(-2piikx)]_(-infty)^infty-int_(-infty)^inftyf(x)(-2piike^(-2piikx)dx).](/images/equations/FourierTransform/NumberedEquation6.svg) |
(40)
|
第一项由一个振荡函数乘以
组成。但是如果函数是有界的,使得
![lim_(x->+/-infty)f(x)=0](/images/equations/FourierTransform/NumberedEquation7.svg) |
(41)
|
(正如任何物理上重要的信号必须如此),那么该项消失,留下
对于
阶导数,可以迭代此过程以产生
![F_x[f^((n))(x)](k)=(2piik)^nF_x[f(x)](k).](/images/equations/FourierTransform/NumberedEquation8.svg) |
(44)
|
傅里叶变换的重要调制定理允许
用
表示如下,
由于傅里叶变换的导数由下式给出
![F^'(k)=d/(dk)F_x[f(x)](k)=int_(-infty)^infty(-2piix)f(x)e^(-2piikx)dx,](/images/equations/FourierTransform/NumberedEquation9.svg) |
(49)
|
因此得出
![F^'(0)=-2piiint_(-infty)^inftyxf(x)dx.](/images/equations/FourierTransform/NumberedEquation10.svg) |
(50)
|
迭代得到一般公式
傅里叶变换的方差为
![sigma_f^2=<(xf-<xf>)^2>,](/images/equations/FourierTransform/NumberedEquation11.svg) |
(53)
|
并且以下等式成立
![sigma_(f+g)=sigma_f+sigma_g.](/images/equations/FourierTransform/NumberedEquation12.svg) |
(54)
|
如果
具有傅里叶变换
,则傅里叶变换具有平移性质
因此
具有傅里叶变换
![F_x[f(x-x_0)](k)=e^(-2piikx_0)F(k).](/images/equations/FourierTransform/NumberedEquation13.svg) |
(57)
|
如果
具有傅里叶变换
,则傅里叶变换服从相似性定理。
![int_(-infty)^inftyf(ax)e^(-2piikx)dx=1/(|a|)int_(-infty)^inftyf(ax)e^(-2pii(ax)(k/a))d(ax)=1/(|a|)F(k/a),](/images/equations/FourierTransform/NumberedEquation14.svg) |
(58)
|
因此
具有傅里叶变换
![F_x[f(ax)](k)=|a|^(-1)F(k/a).](/images/equations/FourierTransform/NumberedEquation15.svg) |
(59)
|
傅里叶变换的“等效宽度”为
“自相关宽度”为
其中
表示
和
的互相关,并且
是复共轭。
对
的任何操作,只要其面积保持不变,就会使
保持不变,因为
![int_(-infty)^inftyf(x)dx=F_x[f(x)](0)=F(0).](/images/equations/FourierTransform/NumberedEquation16.svg) |
(64)
|
下表总结了一些常见的傅里叶变换对。
在二维中,傅里叶变换变为
类似地,可以为
,
定义
维傅里叶变换,如下所示
参见
自相关,
卷积,
离散傅里叶变换,
快速傅里叶变换,
傅里叶级数,
傅里叶-斯蒂尔杰斯变换,
傅里叶变换--1,
傅里叶变换--余弦,
傅里叶变换--狄拉克δ函数,
傅里叶变换--指数函数,
傅里叶变换--高斯函数,
傅里叶变换--单位阶跃函数,
傅里叶变换--反函数,
傅里叶变换--洛伦兹函数,
傅里叶变换--斜坡函数,
傅里叶变换--矩形函数,
分数傅里叶变换,
汉克尔变换,
哈特利变换,
积分变换,
拉普拉斯变换,
帕塞瓦尔定理,
结构因子,
维纳-辛钦定理,
维诺格拉德变换 在 MathWorld 课堂中探索此主题
使用 Wolfram|Alpha 探索
参考文献
Arfken, G. "Development of the Fourier Integral," "Fourier Transforms--Inversion Theorem," and "Fourier Transform of Derivatives." §15.2-15.4 in Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 794-810, 1985.Blackman, R. B. and Tukey, J. W. The Measurement of Power Spectra, From the Point of View of Communications Engineering. New York: Dover, 1959.Bracewell, R. The Fourier Transform and Its Applications, 3rd ed. New York: McGraw-Hill, 1999.Brigham, E. O. The Fast Fourier Transform and Applications. Englewood Cliffs, NJ: Prentice Hall, 1988.Folland, G. B. Real Analysis: Modern Techniques and their Applications, 2nd ed. New York: Wiley, 1999.James, J. F. A Student's Guide to Fourier Transforms with Applications in Physics and Engineering. New York: Cambridge University Press, 1995.Kammler, D. W. A First Course in Fourier Analysis. Upper Saddle River, NJ: Prentice Hall, 2000.Körner, T. W. Fourier Analysis. Cambridge, England: Cambridge University Press, 1988.Krantz, S. G. "The Fourier Transform." §15.2 in Handbook of Complex Variables. Boston, MA: Birkhäuser, pp. 202-212, 1999.Mathews, J. and Walker, R. L. Mathematical Methods of Physics, 2nd ed. Reading, MA: W. A. Benjamin/Addison-Wesley, 1970.Morrison, N. Introduction to Fourier Analysis. New York: Wiley, 1994.Morse, P. M. and Feshbach, H. "Fourier Transforms." §4.8 in Methods of Theoretical Physics, Part I. New York: McGraw-Hill, pp. 453-471, 1953.Oberhettinger, F. Fourier Transforms of Distributions and Their Inverses: A Collection of Tables. New York: Academic Press, 1973.Papoulis, A. The Fourier Integral and Its Applications. New York: McGraw-Hill, 1962.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, 1989.Ramirez, R. W. The FFT: Fundamentals and Concepts. Englewood Cliffs, NJ: Prentice-Hall, 1985.Sansone, G. "The Fourier Transform." §2.13 in Orthogonal Functions, rev. English ed. New York: Dover, pp. 158-168, 1991.Sneddon, I. N. Fourier Transforms. New York: Dover, 1995.Sogge, C. D. Fourier Integrals in Classical Analysis. New York: Cambridge University Press, 1993.Spiegel, M. R. Theory and Problems of Fourier Analysis with Applications to Boundary Value Problems. New York: McGraw-Hill, 1974.Stein, E. M. and Weiss, G. L. Introduction to Fourier Analysis on Euclidean Spaces. Princeton, NJ: Princeton University Press, 1971.Strichartz, R. Fourier Transforms and Distribution Theory. Boca Raton, FL: CRC Press, 1993.Titchmarsh, E. C. Introduction to the Theory of Fourier Integrals, 3rd ed. Oxford, England: Clarendon Press, 1948.Tolstov, G. P. Fourier Series. New York: Dover, 1976.Trott, M. The Mathematica GuideBook for Programming. New York: Springer-Verlag, 2004. http://www.mathematicaguidebooks.org/.Walker, J. S. Fast Fourier Transforms, 2nd ed. Boca Raton, FL: CRC Press, 1996.Weisstein, E. W. "Books about Fourier Transforms." http://www.ericweisstein.com/encyclopedias/books/FourierTransforms.html.在 Wolfram|Alpha 中引用
傅里叶变换
请引用本文为
Weisstein, Eric W. "傅里叶变换。" 来自 MathWorld--Wolfram Web 资源。 https://mathworld.net.cn/FourierTransform.html
主题分类