原始文件(SVG文件,尺寸为5,478 × 3,964像素,文件大小:29 KB)


描述 Illustration of a wave packet.
日期 (UTC)
来源 Self made, based on Image:Photon paquet onde.png. Released in the public domain.
作者 Oleg Alexandrov
Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。
% Illustration of a wave packet

L = 1.7; % 2*L=length of domain
A = 1.2; % max amplitude

K = 1.3; % gaussian param
fast_wl = 52;
slow_wl = 4;

N = 500; % num of data points
lw = 40; % linewidth of curves

X = linspace(-L, L, N);
%Y = cos(X*slow_wl)./(1 + (X/K).^2);
q=1.5;
Y = A*cos(abs(X).^q*slow_wl).*exp(-K*X.^2);

num_P=1; % how many periods to keep
Y( find (abs(X) > ((2*num_P+0.5)*pi/slow_wl)^(1/q)) )=0;
Z = Y.*cos(fast_wl*X);

% KSmrq's colors
red    = [0.867 0.06 0.14];
blue   = [0, 129, 205]/256;
green  = [0, 200,  70]/256;
yellow = [254, 194,   0]/256;
white = 0.99*[1, 1, 1];
black = [0, 0, 0];

figure(1); clf; hold on; axis equal; axis off;
lw2=0.7*lw;
plot(X, Y, 'color', red, 'linewidth', lw2, 'linestyle', '--')
plot(X, -Y, 'color', red, 'linewidth', lw2, 'linestyle', '--')
plot(X, Z,  'color', blue, 'linewidth', lw)

saveas(gcf, 'Wave_packet.eps', 'psc2') % save as eps
%plot2svg(Wave_packet.svg')             % save as svg  (need the svg package for that)

说明

添加一行文字以描述该文件所表现的内容
Graphical representation of a basic wave packet

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2007年12月2日 (日) 06:402007年12月2日 (日) 06:40版本的缩略图5,478 × 3,964(29 KB)Oleg AlexandrovTweak
2007年12月2日 (日) 06:382007年12月2日 (日) 06:38版本的缩略图512 × 370(29 KB)Oleg Alexandrov{{Information |Description=Illustration of a en:Wave packet |Source=Self made, released in the public domain |Date=~~~~~ |Author=~~~ |Permission=See below |other_versions= }} {{PD-self}} category:wave mechanics category:quantum mechanics [[
2007年12月2日 (日) 06:282007年12月2日 (日) 06:28版本的缩略图512 × 395(29 KB)Oleg Alexandrov{{Information |Description=Illustration of a en:Wave packet |Source=Self made, released in the public domain |Date=~~~~~ |Author=~~~ |Permission=See below |other_versions= }} {{PD-self}} category:wave mechanics category:quantum mechanics [[

以下2个页面使用本文件:

全域文件用途

以下其他wiki使用此文件: