File:Signal 4.jpg
Summary
| Description |
Français : Signal appliqué au fil pilote 6 ordres (GIFAM), signal temporisé, pour un confort -2°C des installations (tension 230 v, ampérage maxi 0,1 A). |
| Date | |
| Source | Own work |
| Author | Tux-Man |
| JPG development |
Gnuplot script to generate this plot
#!/usr/bin/gnuplot
# gnuplot 4.6 / Debian GNU/Linux 7
reset
set terminal jpeg
set output "Signal_4.jpg"
set title offset 0, -4 "Signal temporisé\nConfort -2°C"
set samples 1000
set nokey
unset xtics
unset ytics
set label 1 "7\"" at pi,0.5
set label 2 "4'53\"" at (2.7*pi),0.5
set arrow 1 from 0, -0.5, 0 to 0, 0.6, 0 nohead back nofilled linetype -1 linewidth 1.000
set arrow 2 from (2*pi), -0.5, 0 to (2*pi), 0.6, 0 nohead back nofilled linetype -1 linewidth 1.000
set arrow 3 from (4*pi), -0.5, 0 to (4*pi), 0.6, 0 nohead back nofilled linetype -1 linewidth 1.000
set xrange [-2*pi:6*pi]
set yrange [-1:1]
f(x)=(x<=2*pi&&x>=0?sin(x)*0.5:(x>=4*pi?sin(x)*0.5:0))
plot f(x) linestyle 2
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| 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.
|
This image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.It is recommended to name the SVG file “Signal 4.svg”—then the template Vector version available (or Vva) does not need the new image name parameter. |
