File:Moire densite gris.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Moire_densite_gris.png(459 × 346 pixels, file size: 4 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Moiré par interférences de fonctions sinusoïdales.


Moiré by interferences of sinus functions.

Auteur/author : Christophe Dang Ngoc Chan (cdang)

Réalisé avec/made with : Scilab

clear;clf;

// Domaine d'étude

pas=0.1;
X=0:pas:20*%pi';
NX=size(X);nx=NX(1,2);

// nombres d'onde (fréquences spatiales)

k1=1;
k2=1.1*k1;

// Densités de gris

Y1=sin(k1*X)+1;
Y2=sin(k2*X)+1;
Y3=Y1+Y2;

// largeur des bandes

for i=1:nx
   for j=1:50
      Z(i,j)=Y1(i);
      Z(i,50+j)=Y3(i);
      Z(i,100+j)=Y2(i);
   end
end

// tracé

cmap1=[1:-1/255:0]';
cmap=[cmap1,cmap1,cmap1];
xset('colormap',cmap)
grayplot(X,1:150,Z)
a=get('current_axes');
a.axes_visible=['off','off','off'];
a.tight_limits='on';

Licensing[edit]

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:21, 13 December 2005Thumbnail for version as of 13:21, 13 December 2005459 × 346 (4 KB)Cdang (talk | contribs)Moiré par interférences de fonctions sinusoïdales. ---- Moiré by interferences of sinus functions. Auteur/author : Christophe Dang Ngoc Chan (user:cdang) Réalisé avec/made with : [http://www.scilab.org/ Scilab] category:Moiré [[catego

The following page uses this file:

File usage on other wikis

The following other wikis use this file: