当前位置: 代码迷 >> 综合 >> Gauss
  详细解决方案

Gauss

热度:23   发布时间:2023-12-14 00:55:08.0

meshgrid函数用于根据给定的横纵坐标点生成坐标网格,以便计算二元函数的取值。

设二维高斯函数表达式为:

程序如下:

u=[-10:0.1:10];
v=[-10:0.1:10];
[U,V]=meshgrid(u,v);
H=exp(-(U.^2+V.^2)./2/3^2);
mesh(u,v,H); %绘制三维曲面的函数
title('高斯函数曲面');

运行结果为:


Transforming Gaussian Beams into Uniform, Rectangular Intensity Distributions

advertisement:
<!--/* * The backup image section of this tag has been generated for use on a * non-SSL page. If this tag is to be placed on an SSL page, change the * 'http://adx.techbriefsmediagroup.com/openx-2.4.6/www/delivery/...' * to * 'https://adx.techbriefsmediagroup.com/openx-2.4.6/www/delivery/...' * * This noscript section of this tag only shows image banners. There * is no width or height in these banners, so if you want these tags to * allocate space for the ad before it shows, you will need to add this * information to the tag. * * If you do not want to deal with the intricities of the noscript * section, delete the tag (from ... to ). On * average, the noscript tag is called from l
than 1% of internet * users. */-->

&lt;a href='http://adx.techbriefsmediagroup.com/openx-2.4.6/www/delivery/ck.php?n=a4e525f9&amp;amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'&gt;&lt;img src='http://adx.techbriefsmediagroup.com/openx-2.4.6/www/delivery/avw.php?zoneid=4&amp;amp;source=legal_footer_127&amp;amp;n=a4e525f9' border='0' alt='' /&gt;&lt;/a&gt;

The majority of laser types in current use produce output beams with circular or elliptical crosssections, with either Gaussian or near- Gaussian intensity profiles. This Gaussian intensity distribution is acceptable, and often beneficial for many applications in which the laser beam is being focused to a small spot. However, there are also many different uses for which a uniform intensity distribution (often referred to as a “flattop”) would be more optimal. For example, in materials processing tasks, a uniform i