File:Boost continuous discontinuous.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 600 × 480 pixels. Other resolutions: 300 × 240 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels.
Original file (SVG file, nominally 600 × 480 pixels, file size: 39 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionBoost continuous discontinuous.svg |
graph Us=f(Io) of a boost converter. This figure has been made using gnuplot 4.0 with the following source (released as belonging to the public domain): Then it was post-processed with inkscape |
Date | |
Source | original work by Cyril Buttay, published on Commons at Boost continuous discontinuous.png, SVG version by Alessio Damato |
Author | Cyril Buttay and Alessio Damato |
Other versions | Boost continuous discontinuous.png |
SVG development InfoField | |
Source code InfoField | Gnuplot code# This file is used to plot the domains of continuous and
# discontinuous operation of a boost converter
# graph configuration
set terminal svg enhanced fname "Times" fsize 18
set output "boost_continuous_discontinuous.svg"
set key off
set mxtics
set mytics
set grid xtics ytics
set ylabel "Normalized Voltage"
set xlabel "Normalized current"
set format y '%0.1f'
set format x "%0.2f"
set samples 1500
# labels displayed on the graph
set label 1 'discontinuous' at 0.075,1.6 center
set label 2 'continuous' at 0.175,3.5 center
set label 3 'D=0.0' at 0.24,0.8 right
set label 4 'D=0.2' at 0.24,1.45 right
set label 5 'D=0.4' at 0.24,1.9 right
set label 6 'D=0.6' at 0.24,2.7 right
set label 7 'D=0.8' at 0.24,5.2 right
# normalized voltage=g(normalized current)
fdisc(x,D) = D**2/(2*x)+1
fcont(x,D) = 1/(1-D)
g(x,D) = fdisc(x,D)<=fcont(x,D)?fcont(x,D):fdisc(x,D)
x1(t) = t
#parametric functions for plotting of domain limit
set parametric
my_x(t) = (1-t)/2*t
my_y(t) = 1/(1-t)
# the plot is set as parametric, so each curve is defined by two values: x,y
plot [0:1][0:0.25][0:6] t,g(t,0) lw 2, \
t,g(t,0.2) lw 2, \
t,g(t,0.4) lw 2, \
t,g(t,0.6) lw 2, \
t,g(t,0.8) lw 2, \
my_x(t),my_y(t) lw 2
|
Licensing
[edit]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.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
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.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
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.
You may select the license of your choice.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 23:04, 21 April 2007 | 600 × 480 (39 KB) | Alejo2083 (talk | contribs) | {{Information |Description=graph Us=f(Io) of a boost converter. This figure has been made using gnuplot 4.0 with the following source (released as belonging to the public domain): <pre> # This file is used to plot the domains of continuous and # discontin |
You cannot overwrite this file.
File usage on Commons
The following 2 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org