Archivo:Wave packet.svg

Contenido de la página no disponible en otros idiomas.
De Wikipedia, la enciclopedia libre

Ver la imagen en su resolución original((Imagen SVG, nominalmente 5478 × 3964 pixels, tamaño de archivo: 29 kB))

Descripción Illustration of a wave packet.
Fecha (UTC)
Fuente Self made, based on Image:Photon paquet onde.png. Released in the public domain.
Autor Oleg Alexandrov
Public domain Yo, el titular de los derechos de autor de esta obra, lo libero al dominio público. Esto aplica en todo el mundo.
En algunos países esto puede no ser legalmente factible; si ello ocurriese:
Concedo a cualquier persona el derecho de usar este trabajo para cualquier propósito, sin ningún tipo de condición al menos que éstas sean requeridas por la ley.
% 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)

Leyendas

Añade una explicación corta acerca de lo que representa este archivo
Graphical representation of a basic wave packet

Elementos representados en este archivo

representa a

Historial del archivo

Haz clic sobre una fecha y hora para ver el archivo tal como apareció en ese momento.

Fecha y horaMiniaturaDimensionesUsuarioComentario
actual06:40 2 dic 2007Miniatura de la versión del 06:40 2 dic 20075478 × 3964 (29 kB)Oleg AlexandrovTweak
06:38 2 dic 2007Miniatura de la versión del 06:38 2 dic 2007512 × 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 [[
06:28 2 dic 2007Miniatura de la versión del 06:28 2 dic 2007512 × 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 [[

Las siguientes páginas usan este archivo:

Uso global del archivo

Las wikis siguientes utilizan este archivo: