English: An animation showing the Fourier synthesis of a square wave with the first 15 approximations of the Fourier series. Below a frequency domain analysis for the current approximation is displayed.
Deutsch: Die Animation zeigt die Fouriersynthese eines Rechtecksignals mit den ersten 15 Approximationen der Fourierreihe. Unterhalb der ersten Abbildung ist das Amplitudenspektrum der jeweiligen Approximation abgebildet.
Created with Gnuplot 4.4.0, Inkscape and The GIMP.
Source Code for the 15th step in Gnuplot:
<source enclose="div" line lang="gnuplot">
reset
set terminal windows
set terminal svg size 400,400
set output "SquareWave15.svg"
set multiplot layout 2,1
unset key
set border 3
set zeroaxis lt -1
set lmargin 7
set rmargin 2
set tmargin 2
set bmargin 2
set samples 10000
set yr [-1.5:1.5]
set xr [0:2.4]
set xtics out 1
set mxtics 2
set ytics out 1
set mytics 4
set pointsize .5
set label "x(t)" at -5,3.9 font "Verdana,12"
set label "|x(t)|" at -5.5,1.5 font "Verdana,12"
set label "t [s]" at 32,2.025 font "Verdana,12"
set label "f [Hz]" at 31.7,-0.32 font "Verdana,12"
unset multiplot
set terminal windows
reset
clear
</syntaxhighlight>
Licenza
Io, detentore del copyright su quest'opera, dichiaro di pubblicarla con le seguenti licenze:
È permesso copiare, distribuire e/o modificare questo documento in base ai termini della GNU Free Documentation License, Versione 1.2 o successive pubblicata dalla Free Software Foundation; senza alcuna sezione non modificabile, senza testo di copertina e senza testo di quarta di copertina. Una copia della licenza è inclusa nella sezione intitolata Testo della GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
di condividere – di copiare, distribuire e trasmettere quest'opera
di modificare – di adattare l'opera
Alle seguenti condizioni:
attribuzione – Devi fornire i crediti appropriati, un collegamento alla licenza e indicare se sono state apportate modifiche. Puoi farlo in qualsiasi modo ragionevole, ma non in alcun modo che suggerisca che il licenziante approvi te o il tuo uso.
condividi allo stesso modo – Se remixi, trasformi o sviluppi il materiale, devi distribuire i tuoi contributi in base alla stessa licenza o compatibile all'originale.
{{Information |Description={{en|1=An animation showing the Fourier synthesis of a square wave with the first 15 approximations of the Fourier series. Below a frequency domain analysis for the current approximation is displayed.}} {{de|1=Die Animation zeig