File:Slew-rate.svg
From Wikipedia, the free encyclopedia

No higher resolution available.
[edit] Summary
| Description |
English:
slew rate effect on a square wave: red= desired outpout, green= distorted output.
Français :
Effet du slew-rate: en rouge la tension désirée, en vert la tension obtenue |
| Date |
18 April 2007(2007-04-18) |
| Source |
own work/travail personnel. |
| Author |
Yves-Laurent Allaert |
Permission
(Reusing this file) |
I, the copyright holder of this work, hereby publish it under the following licenses:
 |
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.
www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
|
You may select the license of your choice.
|
|
[edit] Gnuplot script
Save this script to file "slew-rate" then run the command line "gnuplot slew-rate", you will get slew-rate.svg, if you have well installed gnuplot 4.0 or later.
set terminal svg
#options
unset border
unset label
unset xtics
unset ytics
unset key
set sample 360
set output "slew-rate.svg"
dutycycle=0.5
input(x) = x-floor(x)>dutycycle?1:0
slew_rate(x) = x<1?5*x-2.5:6-5*x
output_up(x) = x<0.5?0:5*x-2.5
output_down(x) = x>1?6-5*x:1
output_temp(x) = x<0.7?output_up(x):output_down(x)
output(x) = output_temp(x)<0?0:output_temp(x)
plot [0.35:1.35] input(x),output(x)
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment |
| current | 12:28, 30 April 2007 |  | 600 × 480 (8 KB) | Yves-Laurent | == Summary == {{Information |Description= slew rate effect on a sine: red= desired outpout, green= distorted output |Source=own work/travail personnel |Date=18/04/2007 |Author=Yves-Laurent Allaert |Permission={{self2|GFDL|cc-by-sa-2.5,2.0,1.0}} }} ==Gnup |
File usage
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):
Global file usage
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on el.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on hu.wikipedia.org
- Usage on it.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ru.wikipedia.org
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.