File:Noise effect.svg
Summary
| 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:
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You may select the license of your choice. |
Gnuplot script
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
Category:Noise
Category:Gnuplot graphics
Category:Chronograms
Category:Signal-to-noise ratio