File:Slew-rate.svg

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Slew-rate.svg(SVG file, nominally 600 × 480 pixels, file size: 8 KB)

[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:
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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

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/TimeThumbnailDimensionsUserComment
current12:28, 30 April 2007Thumbnail for version as of 12:28, 30 April 2007600 × 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
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:

Metadata

Personal tools
Namespaces

Variants
Views
Actions
Navigation
Interaction
Toolbox