This is a file from the Wikimedia Commons

File:Stehende welle 2.gif

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Stehende_welle_2.gif(320 × 240 pixels, file size: 215 KB, MIME type: image/gif, looped, 79 frames, 7.9 s)

Summary

Description de:Stehende Welle
Source Unknown sourceUnknown source
Author Unknown authorUnknown author

en:GNU Octave +

 
This plot was created with Gnuplot.
% GNU Octave/Matlab
% mik81
% 
% Stehende Welle
 
steps = 1/80
speed = (1/steps)/5
 
timebase = (0.: steps : 3.);
wave = sin( 2. * pi * timebase);

__gnuplot_set__ size square 0.5,0.5;

 
for phi=steps:steps:1
  hinlaufend = sin (2. * pi * timebase - 2. * pi * phi);
  ruecklaufend = sin (2. * pi * timebase + 2. * pi * phi)/2;
  sum = hinlaufend + ruecklaufend;
 
  axis([0, 3, -2.2, +2.2]);
  plot(timebase, hinlaufend, ";;"
    , timebase, ruecklaufend, ";;"
    , timebase, sum, ";;"
    , [.5, 1., 1.5, 2., 2.5], [0, 0, 0, 0, 0], "o6"
    , [.5, 1., 1.5, 2., 2.5], [hinlaufend(40), hinlaufend(80), hinlaufend(120), hinlaufend(160), hinlaufend(200)], "o6"
    , [.5, 1., 1.5, 2., 2.5], [ruecklaufend(40), ruecklaufend(80), ruecklaufend(120), ruecklaufend(160), ruecklaufend(200	)], "o6");
%    , [.25, .75, 1.25, 1.75, 2.25, 2.75], [sum(20), sum(60), sum(100), sum(140), sum(180), sum(220)]/2, "*6");
  axis ("nolabel");
  clear filename;
  filename = sprintf("./wave2%05i.png", phi/steps);
  printf("%s", filename);
  printf("\n");
 
  print(filename, "-dpng", "-landscape");
  clearplot;
end

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:39, 28 January 2008Thumbnail for version as of 18:39, 28 January 2008320 × 240 (215 KB)Mik81== Summary == {{Information |Description= de:Stehende Welle |Source= |Date= |Author= |Permission= |other_versions= }} end:GNU Octave + {{gnuplot}} <source lang="c"> % GNU Octave/Matlab % mik81 % % Stehende Welle steps = 1/80 speed = (1/step
18:15, 28 January 2008Thumbnail for version as of 18:15, 28 January 2008320 × 240 (215 KB)Mik81{{Information |Description= de:Stehende Welle |Source= |Date= |Author= |Permission= |other_versions= }} end:GNU Octave + {{gnuplot}} <source lang="c"> % GNU Octave/Matlab % mik81 % % Stehende Welle steps = 1/80 speed = (1/steps)/5 timebas

There are no pages that use this file.

Global file usage

The following other wikis use this file: