posts - 36,  comments - 596,  trackbacks - 0
公告
<2008年7月>
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

最新随笔

收藏夹

Friends

  •  

最新评论

1. re: 灌水(Quotations from coolboy)
谁说女子不如男? [王德华]http://www.sciencenet.cn/blog/user_content.aspx?id=41995 ++++++++++++coolboy [2008-10-... (coolboy)
2. re: 灌水(Quotations from coolboy)
其实没什么 [张素芳]http://www.sciencenet.cn/blog/user_content.aspx?id=41960 ++++++++++++coolboy [2008-10-9 7... (coolboy)
3. re: 灌水(Quotations from coolboy)
美妙的生物荧光分子与好奇的生物化学家 [饶毅]http://www.sciencenet.cn/blog/user_content.aspx?id=41568++++++++++++coolboy [... (coolboy)
4. re: 灌水(Quotations from coolboy)
我为自己的选择买单 (一) [王春艳]http://www.sciencenet.cn/blog/user_content.aspx?id=41414 ++++++++++++coolboy [200... (coolboy)
5. re: 灌水(Quotations from coolboy)
解决中国导师们误人子弟的唯一途径 [陈安]http://www.sciencenet.cn/blog/user_content.aspx?id=41426++++++++++++coolboy [20... (coolboy)

阅读排行榜

评论排行榜


Fourier transform and Laplace transform are two mathematical tools frequently used in various fields of applied math and engineering sciences. If one is good at or very good at both transforms (e.g., awgn), then, there is a good chance that he/she might be majoring in electric engineering. Generally speaking, math is a common language to all science and engineering fields. Therefore, an effective communication between people from different fields can as well start from the common math tools they used in their researches.

On the surface or solely from their mathematical expressions, Fourier transform and Laplace transform look very similar:

Fourier{f(t)} = F(omega) ~ int.[f(t)*exp(-i*omega*t)dt]

Laplace{f(t)} = L(s) ~ int.[f(t)*exp(-s*t)dt]

Given a function F(omega) or L(s) one can also perform an inverse transform to derive the original function:

Fourier^-1{F(omega)} = f(t) ~ int.[F(omega)*exp(i*omega*t)(d omega)]

Laplace^-1{L(s)} = f(t) ~ int.[L(s)* exp(s*t)ds]

While solving an engineering or science problem one often has to apply both the forward and inverse transforms to get the complete solution. One first applies the forward transform to convert an equation into a different space/variable (say, s) that can be solved easily. The inverse transform gives the final solution to the problem in the original space/variable (say, t).

There is a “tiny” difference between two transforms: the kernel functions of the transforms are different. For the Fourier transform, the kernel functions for the forward and inverse transforms are exp(-i*x*t) and exp(i*x*t), respectively. For the
Laplace transform, they are exp(-x*t) and exp(x*t).

Yet, such an apparent small difference actually makes these two transforms fundamentally different in their mathematical properties and applications. For one thing or for one very important thing in practical applications, we note that exp(-i*x*t) and exp(i*x*t) are orthogonal functions with respect to different values of x or t. On the other hand, exp(-x*t) and exp(x*t) are not orthogonal functions so they do not form a set of beautiful orthogonal bases. Mathematically, we have, for example,

int.[exp(-i*x_j*t)*exp(i*x_k*t)dt] = 0 if x_j != x_k
int.[exp(-x_j*t)*exp(-x_k*t)dt] != 0 even if x_j != x_k

Why do I say the orthogonal bases are beautiful? It is beautiful because one can accurately, very accurately or as accurately as one wishes, to expand any given function by a set of orthogonal bases, i.e., a set of complete orthogonal functions because the coefficients in those expansions can always be computed numerically. In fact, Fourier transform is much more widely used in various fields mainly because we have the so-called FFT (Fast Fourier Transform) technique. Here, the word “Fast” is of secondary importance. It is the accuracy of the discrete Fourier transform that matters. Increase of the resolution in numerical computation, i.e., increase of the number of points in numerical evaluation of the Fourier integral will not affect but actually will only increase the accuracy of the derived forward and inverse transforms.

We hardly see anyone performing forward or inverse Laplace transform numerically. Most people study and derive the forward and inverse Laplace transforms in analytic forms. Well, I tried numerical inversion of Laplace transform once while working on a project many years ago and I found the following two books on the numerical inversion of Laplace transform while starting working the project:

Bellman, R., R. Kalaba, and J. Lockett, 1966: The Numerical Inversion of the Laplace Transform. American
Elsevier, New York, 249 pp.

Krylov, V. I., and N. S. Skoblya, 1969: Handbook of Numerical Inversion of Laplace Transform. Israel Program for Scientific Translation, Jerusalem.

I thought it was an easy and straightforward problem for the numerical inverse of Laplace transform by following a regular procedure of numerical quadratures at the beginning but it was not! Here was the problem, the very serious problem, I found out about the numerical inversion of Laplace transform: the non-orthogonal basis functions of the Laplace transform make the numerical inversion unstable because the ill-conditioned matrices will quickly enhance the error amplification as the resolution of the quadratures for the integration increases. Well, luckily, I found the solution to the problem related to my project:

................................
................................
................................

which led to the publication of one of my science papers.

(2007.08.10)


posted on 2007-08-10 10:20 coolboy 阅读(345) 评论(1)  编辑  收藏

FeedBack:
#1楼 [楼主]
2008-07-20 10:18 | coolboy

The above writing was motivated by my comments on the following website regarding a long scientific discussion that relates to a critical issue of the basis function orthogonality.

The above mentioned inverse Laplace transform and inverse Fourier transform are two special cases of a more general kind of problems of numerical inversion one often encounters in math or physics fields. Numerical inversion is often an ill-conditioning problem.

========================

http://forum.cfluid.com/cgi-bin/LB5000/topic.cgi?forum=69&topic=1&start=24&show=0

仔细读过上面提到的[很精彩!]的那个长帖子。也来说几句表个态。很久以前看到周华站长在参与我签名档的那个[精彩]的帖子的讨论时就感到有点奇怪。为什么周华站长不愿给那帖子加上[很精彩!]前缀呢?现在看来也许是有预感,有先见之明。留着这[很精彩!]的位子在那里,就有希望见到[很精彩!]的帖子出 现。

看了我签名档那[精彩]讨论帖子若还不过瘾的读者们应该是值得再花费更多的时间去研读上面所提的那个[很精彩!]的讨论帖子的。该帖子的讨论并不仅仅涉及学术问题。由于前后讨论持续了约三年的相当长的时间,讨论也还显示出了人们对事物认识过程的改变和深化等现象。

========================

The above mentioned very interesting long posts now have new web addresses:

[很精彩!]关于Torrence和Compo小波分析论文及EMD和HHT中错误概念的解释 [probability]
http://bbs.lasg.ac.cn/bbs/thread-3380-1-1.html

[公告]关于“关于Torrence和Compo小波分析论文及...”一帖的重要说明 [sysop]
http://bbs.lasg.ac.cn/bbs/thread-1502-1-1.html

  回复  引用