File:Fonctions pseudo-voigt.png
![]() |
This math image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}} .It is recommended to name the SVG file “Fonctions pseudo-voigt.svg”—then the template Vector version available (or Vva) does not need the new image name parameter. |
Summary
PV = η·L + (1-η)·G
Pseudo-fonctions de Voigt : somme d'un gaussienne et d'une lorentzienne
Pseudo-Voigt functions: sum of a gaussian and of a lorentzian
Auteur/author : Christophe Dang Ngoc Chan (cdang)
Réalisé avec/made with : Scilab
clear;clf; // Loi normale centrée réduite deff('y=gauss(x)','y=1/(sqrt(2*%pi))*exp(-x^2/2)') // Fonction de Lorentz deff('y=lor(x)','y=1/(2*%pi*(0.25+x^2))') // Intervalle d'étude pas=0.01; X=[-3:pas:3]'; // Pseudo-fonctions de Voigt G=feval(X,gauss);G1=2/3*G;G2=0.5*G;G3=1/3*G; L=feval(X,lor);L1=1/3*L;L2=0.5*L;L3=2/3*L; P1 = L1+G1; P2 = L2+G2; P3 = L3+G3; plot2d(X,[G,P1,P2,P3,L],style=[1,2,3,4,5],leg='eta=0@eta=1/3@eta=1/2@eta=2/3@eta=1') xtitle('Pseudo-fonctions de Voigt','x','y')
Licensing
![]() |
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. |
![]() ![]() ![]() |
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. |
Category:CC-BY-SA-3.0-migrated
Category:Files with no machine-readable author
Category:Files with no machine-readable source
Category:French-language diagrams
Category:GFDL
Category:License migration completed
Category:Math images that should use vector graphics
Category:Media missing infobox template
Category:PNG that should use vector graphics
Category:Scilab
Category:Signal processing
Category:Voigt distribution