File:Stehende Welle.gif

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

Stehende_Welle.gif(640 × 480 pixels, file size: 910 KB, MIME type: image/gif, looped, 79 frames)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description en:Standing wave de:Stehende Welle
Source Own work
Author me
created with

en:GNU Octave

 
This plot was created with Gnuplot.

Source[edit]

% GNU Octave/Matlab
% mik81
% 
% Stehende Welle

steps = 1/80
speed = (1/steps)/5

timebase = (0.: steps : 3.);
wave = sin( 2. * pi * timebase);

for phi=steps:steps:1
  hinlaufend = sin (2. * pi * timebase - 2. * pi * phi);
  ruecklaufend = sin (2. * pi * timebase + 2. * pi * phi);
  sum = hinlaufend + ruecklaufend;

  axis([0, 3, -2.2, +2.2]);
  plot(timebase, hinlaufend, ";Hinlaufend;"
    , timebase, ruecklaufend, ";Ruecklaufend;"
    , timebase, sum, ";Resultat;"
    , [.5, .5], [-2.2, 2.2], ";Minimum Knoten;"
    , [.75, .75], [-2.2, 2.2], ";Maximum Knoten;");

  clear filename;
  filename = sprintf("./wave%05i.png", phi/steps);
  printf("%s", filename);
  printf("\n");

  print(filename, "-dpng", "-landscape");
  clearplot;
end

Licensing[edit]

w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:23, 21 January 2008Thumbnail for version as of 12:23, 21 January 2008640 × 480 (910 KB)Mik81 (talk | contribs){{Information |Description= en:Standing wave de:Stehende Welle |Source= self-made |Date= |Author= me |Permission= |other_versions= }} ;created with en:GNU Octave {{GNUplot}} == Source == <source style="c"> % GNU Octave/Matlab % mik81 %

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: