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)
File information
Structured data
Captions
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]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.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 13:21, 13 December 2005 | 459 × 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 |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ca.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on gl.wikipedia.org