File:Battements interferentiels.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 “Battements interferentiels.svg”—then the template Vector version available (or Vva) does not need the new image name parameter. |
Summary
| Description |
Français : Battements interférentiels
English: Interference beats
|
| Date | |
| Source | Own work |
| Author | Cdang |
Scilab source
Category:Files by User:cdangclear;clf;
x=0:0.05:30*%pi;
subplot(3,1,1)
plot2d(x,sin(x))
xtitle('Signal de pulsation 1 rad/s','Temps (s)','Intensité (unité arbitraire)')
subplot(3,1,2)
plot2d(x,sin(1.1*x))
xtitle('Signal de pulsation 1,1 rad/s','Temps (s)','Intensité (unité arbitraire)')
subplot(3,1,3)
plot2d(x,sin(x)+sin(1.1*x))
xtitle('Interférences (battements)','Temps (s)','Intensité (unité arbitraire)')
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
| 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. |
You may select the license of your choice.
Category:Beat frequencies
Category:CC-BY-SA-3.0-migrated
Category:Files by User:cdang
Category:GFDL
Category:Images with Scilab code
Category:License migration redundant
Category:Math images that should use vector graphics
Category:PNG that should use vector graphics
Category:Scilab
Category:Self-published work
