当前位置:高等教育资讯网  >  中国高校课件下载中心  >  大学文库  >  浏览文档

《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 04.6 Integration of Functions 4.6 Multidimensional Integrals

资源类别:文库,文档格式:PDF,文档页数:4,文件大小:58.02KB,团购合买
点击下载完整版文档(PDF)

4.6 Multidimensional Integrals 161 Golub,G.H.1973,S/AM Review,vol.15,pp.318-334.[10] Kronrod,A.S.1964,Doklady Akademii Nauk SSSR,vol.154,pp.283-286(in Russian).[11] Patterson,T.N.L.1968,Mathematics of Computation,vol.22,pp.847-856 and C1-C11;1969. op.cit,vol.23,p.892.[12 Piessens,R.,de Doncker,E.,Uberhuber,C.W.,and Kahaner,D.K.1983,QUADPACK:A Sub- routine Package for Automatic Integration (New York:Springer-Verlag).[13] Stoer,J.,and Bulirsch,R.1980,Introduction to Numerical Analysis(New York:Springer-Verlag). 63.6. Johnson,L.W.,and Riess,R.D.1982,Numerical Analysis,2nd ed.(Reading,MA:Addison- Wesley),86.5. Carnahan,B.,Luther,H.A,and Wilkes,J.O.1969.Applied Numerical Methods (New York: Niley),ss2.9-2.10. Ralston,A.,and Rabinowitz,P.1978,A First Course in Numerical Analysis,2nd ed.(New York: McGraw-Hill),884.4-4.8. ICAL 4.6 Multidimensional Integrals 2 9 Integrals of functions of several variables,over regions with dimension greater than one,are not easy.There are two reasons for this.First,the number of function evaluations needed to sample an N-dimensional space increases as the Nth power of the number needed to do a one-dimensional integral.If you need 30 function evaluations to do a one-dimensional integral crudely,then you will likely need on 8S量芭g么 the order of 30000 evaluations to reach the same crude level for a three-dimensional integral.Second,the region of integration in N-dimensional space is defined by an N-1 dimensional boundary which can itself be terribly complicated:It need 6 not be convex or simply connected,for example.By contrast,the boundary of a one-dimensional integral consists of two numbers,its upper and lower limits. The first question to be asked,when faced with a multidimensional integral, is,"can it be reduced analytically to a lower dimensionality?"For example, so-called iterated integrals of a function of one variable f(t)can be reduced to one-dimensional integrals by the formula 、@ Numerica 10621 43106 dtn-1... f(t1)dt .0 (4.6.1) 62g8八 (n-1)J/0 (r-t)"-If(t)dt North Alternatively,the function may have some special symmetry in the way it depends on its independent variables.If the boundary also has this symmetry,then the dimension can be reduced.In three dimensions,for example,the integration of a spherically symmetric function over a spherical region reduces,in polar coordinates, to a one-dimensional integral. The next questions to be asked will guide your choice between two entirely different approaches to doing the problem.The questions are:Is the shape of the boundary of the region of integration simple or complicated?Inside the region,is the integrand smooth and simple,or complicated,or locally strongly peaked?Does

4.6 Multidimensional Integrals 161 Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machine￾readable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). Golub, G.H. 1973, SIAM Review, vol. 15, pp. 318–334. [10] Kronrod, A.S. 1964, Doklady Akademii Nauk SSSR, vol. 154, pp. 283–286 (in Russian). [11] Patterson, T.N.L. 1968, Mathematics of Computation, vol. 22, pp. 847–856 and C1–C11; 1969, op. cit., vol. 23, p. 892. [12] Piessens, R., de Doncker, E., Uberhuber, C.W., and Kahaner, D.K. 1983, QUADPACK: A Sub￾routine Package for Automatic Integration (New York: Springer-Verlag). [13] Stoer, J., and Bulirsch, R. 1980, Introduction to Numerical Analysis (New York: Springer-Verlag), §3.6. Johnson, L.W., and Riess, R.D. 1982, Numerical Analysis, 2nd ed. (Reading, MA: Addison￾Wesley), §6.5. Carnahan, B., Luther, H.A., and Wilkes, J.O. 1969, Applied Numerical Methods (New York: Wiley), §§2.9–2.10. Ralston, A., and Rabinowitz, P. 1978, A First Course in Numerical Analysis, 2nd ed. (New York: McGraw-Hill), §§4.4–4.8. 4.6 Multidimensional Integrals Integrals of functions of several variables, over regions with dimension greater than one, are not easy. There are two reasons for this. First, the number of function evaluations needed to sample an N-dimensional space increases as the Nth power of the number needed to do a one-dimensional integral. If you need 30 function evaluations to do a one-dimensional integral crudely, then you will likely need on the order of 30000 evaluations to reach the same crude level for a three-dimensional integral. Second, the region of integration in N-dimensional space is defined by an N − 1 dimensional boundary which can itself be terribly complicated: It need not be convex or simply connected, for example. By contrast, the boundary of a one-dimensional integral consists of two numbers, its upper and lower limits. The first question to be asked, when faced with a multidimensional integral, is, “can it be reduced analytically to a lower dimensionality?” For example, so-called iterated integrals of a function of one variable f(t) can be reduced to one-dimensional integrals by the formula  x 0 dtn  tn 0 dtn−1 ···  t3 0 dt2  t2 0 f(t1)dt1 = 1 (n − 1)!  x 0 (x − t) n−1f(t)dt (4.6.1) Alternatively, the function may have some special symmetry in the way it depends on its independent variables. If the boundary also has this symmetry, then the dimension can be reduced. In three dimensions, for example, the integration of a spherically symmetric function over a spherical region reduces, in polar coordinates, to a one-dimensional integral. The next questions to be asked will guide your choice between two entirely different approaches to doing the problem. The questions are: Is the shape of the boundary of the region of integration simple or complicated? Inside the region, is the integrand smooth and simple, or complicated, or locally strongly peaked? Does

162 Chapter 4.Integration of Functions the problem require high accuracy,or does it require an answer accurate only to a percent,or a few percent? If your answers are that the boundary is complicated,the integrand is not strongly peaked in very small regions,and relatively low accuracy is tolerable,then your problem is a good candidate for Monte Carlo integration.This method is very straightforward to program,in its cruder forms.One needs only to know a region with simple boundaries that inc/udes the complicated region of integration,plus a method of determining whether a random point is inside or outside the region of integration.Monte Carlo integration evaluates the function at a random sample of points,and estimates its integral based on that random sample.We will discuss it in more detail,and with more sophistication,in Chapter 7. If the boundary is simple,and the function is very smooth,then the remaining approaches,breaking up the problem into repeated one-dimensional integrals,or multidimensional Gaussian quadratures,will be effective and relatively fast [1].If you require high accuracy,these approaches are in any case the only ones available to you,since Monte Carlo methods are by nature asymptotically slow to converge. For low accuracy,use repeated one-dimensional integration or multidimensional Gaussian quadratures when the integrand is slowly varying and smooth in the region of integration,Monte Carlo when the integrand is oscillatory or discontinuous,but 9 not strongly peaked in small regions. If the integrand is strongly peaked in small regions,and you know where those regions are,break the integral up into several regions so that the integrand is smooth in each,and do each separately.If you don't know where the strongly peaked regions are,you might as well(at the level of sophistication of this book)quit:It is hopeless Q又o66 to expect an integration routine to search out unknown pockets of large contribution OF SCIENTIFIC( in a huge N-dimensional space.(But see $7.8.) 6 If,on the basis of the above guidelines,you decide to pursue the repeated one- dimensional integration approach,here is how it works.For definiteness,we will consider the case of a three-dimensional integral in y,z-space.Two dimensions. or more than three dimensions,are entirely analogous. The first step is to specify the region of integration by(i)its lower and upper 10621 limits in z,which we will denote x1 and z2;(ii)its lower and upper limits in y at a specified value of denoted y()and y2();and(iii)its lower and upper limits 彩 in z at specified z and y,denoted z(,y)and 22(,y).In other words,find the Numerical Recipes 43115 numbers 1 and 2,and the functions y(),y2(),21(,y),and z2(,y)such that (outside dx dy dzf(x,y,z) North " 2(x) r22(,) (4.6.2) dy dz f(x,y,z) 1(x) 21(,y) For example,a two-dimensional integral over a circle of radius one centered on the origin becomes V1-x2 dy f(x,y) (4.6.3)

162 Chapter 4. Integration of Functions Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machine￾readable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). the problem require high accuracy, or does it require an answer accurate only to a percent, or a few percent? If your answers are that the boundary is complicated, the integrand is not strongly peaked in very small regions, and relatively low accuracy is tolerable, then your problem is a good candidate for Monte Carlo integration. This method is very straightforward to program, in its cruder forms. One needs only to know a region with simple boundaries that includes the complicated region of integration, plus a method of determining whether a random point is inside or outside the region of integration. Monte Carlo integration evaluates the function at a random sample of points, and estimates its integral based on that random sample. We will discuss it in more detail, and with more sophistication, in Chapter 7. If the boundary is simple, and the function is very smooth, then the remaining approaches, breaking up the problem into repeated one-dimensional integrals, or multidimensional Gaussian quadratures, will be effective and relatively fast [1]. If you require high accuracy, these approaches are in any case the only ones available to you, since Monte Carlo methods are by nature asymptotically slow to converge. For low accuracy, use repeated one-dimensional integration or multidimensional Gaussian quadratures when the integrand is slowly varying and smooth in the region of integration, Monte Carlo when the integrand is oscillatory or discontinuous, but not strongly peaked in small regions. If the integrand is strongly peaked in small regions, and you know where those regions are, break the integral up into several regions so that the integrand is smooth in each, and do each separately. If you don’t know where the strongly peaked regions are, you might as well (at the level of sophistication of this book) quit: It is hopeless to expect an integration routine to search out unknown pockets of large contribution in a huge N-dimensional space. (But see §7.8.) If, on the basis of the above guidelines, you decide to pursue the repeated one￾dimensional integration approach, here is how it works. For definiteness, we will consider the case of a three-dimensional integral in x, y, z-space. Two dimensions, or more than three dimensions, are entirely analogous. The first step is to specify the region of integration by (i) its lower and upper limits in x, which we will denote x1 and x2; (ii) its lower and upper limits in y at a specified value of x, denoted y1(x) and y2(x); and (iii) its lower and upper limits in z at specified x and y, denoted z1(x, y) and z2(x, y). In other words, find the numbers x1 and x2, and the functions y1(x), y2(x), z1(x, y), and z2(x, y) such that I ≡  dx dy dzf(x, y, z) =  x2 x1 dx  y2(x) y1(x) dy  z2(x,y) z1(x,y) dz f(x, y, z) (4.6.2) For example, a two-dimensional integral over a circle of radius one centered on the origin becomes  1 −1 dx  √1−x2 −√1−x2 dy f(x, y) (4.6.3)

4.6 Multidimensional Integrals 163 ●一 ● inner integration uoneajul Jaino 83 granted for (including this one) 19881992 111800.872 to any Cambridge from NUMERICAL RECIPES IN (Nort Figure 4.6.1.Function evaluations for a two-dimensional integral over an irregular region,shown THE schematically.The outer integration routine,in y,requests values of the inner,,integral at locations America server computer, users to make one paper University Press. along the y axis of its own choosing.The inner integration routine then evaluates the function at ART r locations suitable to it.This is more accurate in general than,e.g.,evaluating the function on a Cartesian mesh of points. 9 Programs Now we can define a function G(z,y)that does the innermost integral, OF SCIENTIFIC( r22(r,w) G(x,)≡ f(x,y,z)dz (4.6.4) 21(x,y) and a function H()that does the integral of G(,y), 192 COMPUTING (ISBN r2(x) Recipes Numerica 10.621 H(x)≡ G(r,y)dy (4.6.5) Jy(r) Recipes 43108 and finally our answer as an integral over H(x) (outside 2 North Software. H(x)dx (4.6.6) In an implementation of equations(4.6.4)-(4.6.6),some basic one-dimensional integration routine(e.g.,qgaus in the program following)gets called recursively: once to evaluate the outer integral I,then many times to evaluate the middle integral H,then even more times to evaluate the inner integral G(see Figure 4.6.1).Current values ofr and y,and the pointer to your function func,are passed"over the head" of the intermediate calls through static top-level variables

4.6 Multidimensional Integrals 163 Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machine￾readable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). inner integration y x outer integration Figure 4.6.1. Function evaluations for a two-dimensional integral over an irregular region, shown schematically. The outer integration routine, in y, requests values of the inner, x, integral at locations along the y axis of its own choosing. The inner integration routine then evaluates the function at x locations suitable to it. This is more accurate in general than, e.g., evaluating the function on a Cartesian mesh of points. Now we can define a function G(x, y) that does the innermost integral, G(x, y) ≡  z2(x,y) z1(x,y) f(x, y, z)dz (4.6.4) and a function H(x) that does the integral of G(x, y), H(x) ≡  y2(x) y1(x) G(x, y)dy (4.6.5) and finally our answer as an integral over H(x) I =  x2 x1 H(x)dx (4.6.6) In an implementation of equations (4.6.4)–(4.6.6), some basic one-dimensional integration routine (e.g., qgaus in the program following) gets called recursively: once to evaluate the outer integral I, then many times to evaluate the middle integral H, then even more times to evaluate the inner integral G (see Figure 4.6.1). Current values of x and y, and the pointer to your function func, are passed “over the head” of the intermediate calls through static top-level variables

164 Chapter 4.Integration of Functions static float xsav,ysav; static float (*nrfunc)(float,float,float); float quad3d(float (*func)(float,float,float),float x1,float x2) Returns the integral of a user-supplied function func over a three-dimensional region specified by the limits x1,x2,and by the user-supplied functions yy1,yy2,z1,and z2,as defined in (4.6.2).(The functions y and 2 are here called yy1 and yy2 to avoid conflict with the names of Bessel functions in some C libraries).Integration is performed by calling qgaus recursively. float qgaus(float (*func)(float),float a,float b); float f1(float x); nrfunc=func; return qgaus(f1,x1,x2); granted for 19881992 float f1(float x) This is H of eq.(4.6.5). 11800 (including this one) float qgaus(float (*func)(float),float a,float b); float f2(float y); 872 float yy1(float),yy2(float); Cambridge to any server computer, n NUMERICAL RECIPES 置gaV=X: return qgaus(f2,yyi(x),yy2(x)); THE float f2(float y) This is G of eq.(4.6.4). (North America to make one paper UnN电.t 是 ART float qgaus(float (*func)(float),float a,float b); float f3(float z); float z1(float,float),z2(float,float); strictly proh Programs ysav=y; return qgaus(f3,z1(xsav,y),z2(xsav,y)); float f3(float z) The integrand f(r,y,2)evaluated at fixed x and y. return (*nrfunc)(xsav,ysav,z); 19881992 OF SCIENTIFIC COMPUTING(ISBN The necessary user-supplied functions have the following prototypes: Numerical Recipes 0621 float func(float x,float y,float z); The 3-dimensional function to be inte- float yy1(float x); grated. -43108 float yy2(float x); float z1(float x,float y); float 22(float x,float y); (outside 膜 oftware. CITED REFERENCES AND FURTHER READING: Ame Stroud,A.H.1971,Approximate Calculation of Multiple Integrals(Englewood Cliffs,NJ:Prentice- Hal).[1] visit website machine Dahlquist,G.,and Bjorck,A.1974,Numerica/Methods (Englewood Cliffs,NJ:Prentice-Hall). 87.7,p.318. Johnson,L.W.,and Riess,R.D.1982,Numerica/Analysis,2nd ed.(Reading,MA:Addison- Nesley),s6.2.5,p.307. Abramowitz,M.,and Stegun,I.A.1964.Handbook of Mathematical Functions,Applied Mathe- matics Series.Volume 55 (Washington:National Bureau of Standards:reprinted 1968 by Dover Publications,New York).equations 25.4.58ff

164 Chapter 4. Integration of Functions Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machine￾readable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). static float xsav,ysav; static float (*nrfunc)(float,float,float); float quad3d(float (*func)(float, float, float), float x1, float x2) Returns the integral of a user-supplied function func over a three-dimensional region specified by the limits x1, x2, and by the user-supplied functions yy1, yy2, z1, and z2, as defined in (4.6.2). (The functions y1 and y2 are here called yy1 and yy2 to avoid conflict with the names of Bessel functions in some C libraries). Integration is performed by calling qgaus recursively. { float qgaus(float (*func)(float), float a, float b); float f1(float x); nrfunc=func; return qgaus(f1,x1,x2); } float f1(float x) This is H of eq. (4.6.5). { float qgaus(float (*func)(float), float a, float b); float f2(float y); float yy1(float),yy2(float); xsav=x; return qgaus(f2,yy1(x),yy2(x)); } float f2(float y) This is G of eq. (4.6.4). { float qgaus(float (*func)(float), float a, float b); float f3(float z); float z1(float,float),z2(float,float); ysav=y; return qgaus(f3,z1(xsav,y),z2(xsav,y)); } float f3(float z) The integrand f(x, y, z) evaluated at fixed x and y. { return (*nrfunc)(xsav,ysav,z); } The necessary user-supplied functions have the following prototypes: float func(float x,float y,float z); The 3-dimensional function to be inte￾float yy1(float x); grated. float yy2(float x); float z1(float x,float y); float z2(float x,float y); CITED REFERENCES AND FURTHER READING: Stroud, A.H. 1971, Approximate Calculation of Multiple Integrals (Englewood Cliffs, NJ: Prentice￾Hall). [1] Dahlquist, G., and Bjorck, A. 1974, Numerical Methods (Englewood Cliffs, NJ: Prentice-Hall), §7.7, p. 318. Johnson, L.W., and Riess, R.D. 1982, Numerical Analysis, 2nd ed. (Reading, MA: Addison￾Wesley), §6.2.5, p. 307. Abramowitz, M., and Stegun, I.A. 1964, Handbook of Mathematical Functions, Applied Mathe￾matics Series, Volume 55 (Washington: National Bureau of Standards; reprinted 1968 by Dover Publications, New York), equations 25.4.58ff

点击下载完整版文档(PDF)VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
已到末页,全文结束
相关文档

关于我们|帮助中心|下载说明|相关软件|意见反馈|联系我们

Copyright © 2008-现在 cucdc.com 高等教育资讯网 版权所有