Fourierreihe Dieser Artikel von Wikipedia ist u.U. veraltet. Die neue Version gibt es hier . Diese Seite benötigt Javascript um richtig angezeigt zu werden. Als Fourierreihe einer Funktion f ( x ) bezeichnet man deren Entwicklung in eine von Sinus- und Kosinusfunktionen. Die Basisfunktionen der Fourierreihe bilden das Beispiel für ein orthogonales Funktionensystem .
<math> f(t)=\frac{a_0}{2} + \sum_{n=1}^\infty (a_n \cos(n\omega t) b_n \sin(n\omega t)) </math> Dabei ist
<math> \omega=\frac{2\pi}{T} </math>
<math>a_0</math> der Gleichanteil (wechsellose Größe oder auch der Frequenz <math>f_0=0</math>)
<math> a_n=\frac{2}{T}\int_{-T/2}^{T/2} f(t)cos(n\omega t) dt\;\;\;\mbox{und}\;\;\;b_n=\frac{2}{T}\int_{-T/2}^{T/2} f(t)sin(n\omega t) </math>
<math> f(t)=\frac{a_0}{2} + \sum_{n=1}^\infty (A_n \cos(n\omega t \phi_n)) </math> Dabei ist
<math> A_n=\sqrt{a_n^2+b_n^2} </math> und <math> \phi_n=\arctan{\frac {b_n} </math>
<math> f(t)=\sum_{n=-\infty}^{\infty} c_n\mathrm{e}^{\mathrm{i}n\omega t} </math> Hierbei gilt
<math>c_0 = \frac{a_0}{2}</math>
<math>c_n = \frac{(a_n - \mathrm{i} b_n)}{2} \mbox{ }n>0</math>
<math>c_n = \frac{(a_{-n} + \mathrm{i} b_{-n})}{2} \mbox{ } n<0</math>
<math>f(t)= \frac{8}{\pi^2} \begin{bmatrix} {\cos {\omega t} \frac {1}{3^2}\cos{3 \omega t} + \frac {1}{5^2}\cos \omega t} + ...} \
<math>f(t)=- \frac{2}{\pi}\begin{bmatrix} {\sin {\omega t} + {1}{2}\sin{2 \omega t} + \frac {1}{3}\sin {3 t} + ...} \end{bmatrix}</math>
Siehe auch: Diskrete Fourier-Transformation
Bücher zum Thema Fourierreihe Dieser Artikel von Wikipedia unterliegt der GNU FDL .