File:Largeur a mi hauteur pic dyssymetrique.svg

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

Original file(SVG file, nominally 492 × 274 pixels, file size: 23 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Français : Définition de la largeur à mi-hauteur pour un pic dissymétrique. Pic créé avec Scilab.
English: Definition of the full width at half maximum (FWHM) for a dissymetrical peak. Caption in French:
  • hauteur : height, maximum;
  • mi-hauteur: half height, half maximum;
  • largeur à mi-hauteur: full width at half maximum.
Peak created with Scilab.
Date
Source Own work
Author Cdang


 
This W3C-unspecified vector image was created with Inkscape .

Scilab source

a = 5; // demi-largeur du domaine de définition
// en: half width of the domain of the function
h = 1; // hauteur du pic
// en: peak height

theta = linspace(-0.5*%pi, 0.5*%pi, 51);
foo= cos(theta); // pour avoir plus de valeur au sommet qu'aux bords
// en: to have more values close to the summit than at the rim
clean(foo);
x = gsort(a*[1-foo, foo(2:$)-1], "c", "i"); // domaine de définition symétrique entre -a et a
// en: symmetrical domain of the function between -a and a

y = h*(exp(-x.^2) + 0.5*exp(-(x + 1.5).^2)); // deux pics gaussiens
// en: two gaussian peaks

plot(x, y);

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:09, 3 November 2017Thumbnail for version as of 09:09, 3 November 2017492 × 274 (23 KB)Cdang (talk | contribs)peak height cut to 2/3
08:36, 3 November 2017Thumbnail for version as of 08:36, 3 November 2017492 × 388 (22 KB)Cdang (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata