File:Duty cycle general.svg
Summary
Description |
Definition of a general square wave. Plot created using maxima. |
Date | |
Source | Own work based on: Duty cycle general.png |
Author |
Vector: Category:Vectorizations |
SVG development | |
Source code | Gnuplot codedutycycle : 1/3;
signal(x) := if(x - floor(x) > dutycycle) then 0 else 1;
load(draw);
draw2d(terminal=svg,file_name="Duty cycle general",
font="Times",dimensions=[500,250],font_size=10,
grid=true,ytics={["y_{min}",0],["y_{max}",1]},
yrange=[-.25,1.25],xtics={["0",0],["D.T",dutycycle],
["T",1],["(T+D.T)",1+dutycycle],["2T",2],
["(2T+D.T)",2+dutycycle],["3T",3],
["(3T+D.T)",3+dutycycle]},
xlabel="Time",ylabel="Amplitude",
explicit(signal(x),x,0,3.5)
);
|
Licensing
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 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 file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | |
| ||
This licensing tag was added to this file as part of the GFDL licensing update. |
![]() |
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. |
You may select the license of your choice.
Original upload log
This image is a derivative work of the following images:
- File:Duty_cycle_general.png licensed with Cc-by-sa-2.5,2.0,1.0, Cc-by-sa-3.0-migrated, GFDL
- 2006-05-07T20:55:52Z CyrilB 1500x525 (14557 Bytes) {{Information| |Description=Definition of a general square wave |Source=own work, made using gnuplot 4.0 |Date=7/05/06 |Author=Cyril BUTTAY |Permission=one of the available licenses, see below |other_versions= }}
Uploaded with derivativeFX Category:Uploaded with derivativeFX
Category:Gnuplot graphics Category:Power electronic diagrams Category:Pulse width modulation Category:Square waves
Category:CC-BY-SA-2.5,2.0,1.0
Category:CC-BY-SA-3.0-migrated
Category:GFDL
Category:Gnuplot graphics
Category:License migration redundant
Category:Power electronic diagrams
Category:Pulse width modulation
Category:Self-published work
Category:Square waves
Category:Uploaded with derivativeFX
Category:Valid SVG created with Gnuplot code:Charts
Category:Vectorizations