File:Noise effect.svg

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

Original file(SVG file, nominally 600 × 480 pixels, file size: 8 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description noise effect on a eletrical signal
Date 12/01/2007
Source Own work
Author Yves-Laurent Allaert
Permission
(Reusing this file)
I, the copyright holder of this work, hereby publish it under the following licenses:
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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic 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.
You may select the license of your choice.

Gnuplot script

[edit]

Save this script to file "noise_effect" then run the command line "gnuplot noise_effect", you will get Noise_effect.svg, if you have well installed gnuplot 4.0 or later.

set terminal svg fsize 22
#options
unset border
unset label
unset xtics
unset ytics
unset key
set sample 360
set output "Noise_effect.svg"
set label 1 "A" at 0.22,2.5 center front
set label 2 "B" at 0.22,-2.5 center front
f(x) = 5*sin(x)
g(x) = f(x)+rand(0)-6
plot [0:2*pi] \
        f(x) with line -1,\
        g(x) with line -1


File history

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

Date/TimeThumbnailDimensionsUserComment
current20:21, 17 January 2007Thumbnail for version as of 20:21, 17 January 2007600 × 480 (8 KB)Yves-Laurent (talk | contribs)== Summary == {{Information |Description= noise effect on a eletrical signal |Source=own work/travail personnel |Date=12/01/2007 |Author=Yves-Laurent Allaert |Permission= {{self2|GFDL|cc-by-sa-2.5,2.0,1.0}} }} ==Gnuplot script== Save this script to file

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata