File:Spektralzerlegung2.png

Original file(1,500 × 1,125 pixels, file size: 20 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
Description
Deutsch: Die ersten 5 Schritte um einen Wienerprozess mit einer Fourierreihe darzustellen/konstruieren
Source

selbst erstellt mit GNU R.

Der R-Quelltext:

N<-20
steps<-300
cs<-rainbow(5)
x=seq(from=0,to=1,length=steps)
set.seed(303898)
#S(t)=Z_0*t+sum sqrt(2)/(k*pi)*Z_k*sin(k*pi*t)
Z=rnorm(N,mean=0,sd=1)
Z0=rnorm(1,mean=0,sd=1)
S=array(data=NA,dim=c(steps,N))
for (k in 1:N) {
for (t in 1:steps) {
sum=0
for (j in 1:k) { #aufsummieren
sum=sum+sqrt(2)*sin(j*pi*t/steps)*Z[j]/(j*pi)
}
S[t,k]<-Z0*t/steps+sum
}
}
png(filename = "Spektralzerlegung2.png", width=1500, height=1125)
par(bg="lightgrey")
plot(x,S[,1],type="l",xlab="",ylab="",ylim=c(min(S),max(S)),col=cs[1],lwd=3)
lines(x,S[,2],col=cs[2],lwd=3)
lines(x,S[,3],col=cs[3],lwd=3)
lines(x,S[,4],col=cs[4],lwd=3)
lines(x,S[,5],col=cs[5],lwd=3)
legend(0.85,0.4,legend=c(1,2,3,4,5),lwd=6,col=cs,bg="grey",cex=1.6)
title(main="Annäherung an einen Wienerprozess durch eine Fourierreihe",cex.main=3)
dev.off()
Author Thomas Steiner

Licensing

edit
GNU head 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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.

Original upload log

edit

Transferred from de.wikipedia to Commons by Wdwdbot using script bot_filetrans.pl.

The original description page was here. All following user names refer to de.wikipedia.
  • 2005-05-11 10:01:44 Thire (20071 Bytes) hellgrau
  • 2005-04-20 12:01:23 Thire (20072 Bytes)
  • 2005-04-16 06:24:55 Thire (18696 Bytes) ersetze Bild von Benson.by
  • 2005-04-11 19:03:31 Benson.by (19974 Bytes) Selbstgebaut. Gnu-fdl

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:50, 9 October 2014Thumbnail for version as of 20:50, 9 October 20141,500 × 1,125 (20 KB)Wdwdbot (talk | contribs)Bot Move: Original uploader of this revision (#4) was Thire at de.wikipedia
20:50, 9 October 2014Thumbnail for version as of 20:50, 9 October 20141,500 × 1,125 (20 KB)Wdwdbot (talk | contribs)Bot Move: Original uploader of this revision (#3) was Thire at de.wikipedia
20:49, 9 October 2014Thumbnail for version as of 20:49, 9 October 20141,500 × 1,125 (18 KB)Wdwdbot (talk | contribs)Bot Move: Original uploader of this revision (#2) was Thire at de.wikipedia
20:49, 9 October 2014Thumbnail for version as of 20:49, 9 October 2014893 × 569 (20 KB)Wdwdbot (talk | contribs)Bot Move: Original uploader of this revision (#1) was Benson.by at de.wikipedia

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: