From Wikipedia, the free encyclopedia
Size of this preview: 800 × 560 pixelsFull resolution (1,500 × 1,050 pixels, file size: 39 KB, MIME type: image/png)
[edit] Summary
Cyril BUTTAY
Evolution of the output voltage of a buck-boost converter with the output current.
This figure has been made using gnuplot 4.0 and the following source (public domain)
# This file is used to plot the domains of continuous and
# discontinuous operation of a buck-boost converter
# graph configuration
set terminal postscript eps enhanced "Times-Roman" 24
set encoding iso_8859_15
unset title
set line style 1 lt 10 lw 3 pt 0 ps 0
set line style 2 lt 3 lw 3 pt 0 ps 0
set border 15 lt 10 lw 4
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 1000
# labels displayed on the graph
set label 1 'discontinuous' at 0.075,-0.6 center
set label 2 'continuous' at 0.175,-2.5 center
set label 3 'D=0.0' at 0.24,0.2 right
set label 4 'D=0.2' at 0.24,-0.45 right
set label 5 'D=0.4' at 0.24,-0.9 right
set label 6 'D=0.6' at 0.24,-1.7 right
set label 7 'D=0.8' at 0.24,-4.2 right
# normalized voltage=g(normalized current)
fdisc(x,D) = -D**2/(2*x)
fcont(x,D) = -D/(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)*t/2
my_y(t) = -t/(1-t)
set output "buck-boost_continuous_discontinuous.eps"
# the plot is set as parametric, so each curve is defined by two values: x,y
plot [0:1][0:0.25][-6:1] t,g(t,0) ls 1 title '', \
t,g(t,0.2) ls 1 title '', \
t,g(t,0.4) ls 1 title '', \
t,g(t,0.6) ls 1 title '', \
t,g(t,0.8) ls 1 title '', \
my_x(t),my_y(t) ls 2 title ''
[edit] Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
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 | Dimensions | User | Comment |
current | 23:06, 12 March 2006 | 1,500×1,050 (39 KB) | CyrilB | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):