File:Buck-boost continuous discontinuous.svg

Description

Evolution of the output voltage of a buck-boost converter with the output current. Created in maxima

fdisc(x,D) := -D^2*0.5/x;
fcont(x,D) := -D/(1-D);
g(x,D) := if(fdisc(x,D)>=fcont(x,D)) then fcont(x,D) else fdisc(x,D);
my_x(t) := 0.5*t*(1-t);
my_y(t) := -t/(1-t);
load(draw);
draw2d(terminal=svg,file_name="Buck-boost_continuous_discontinuous",dimensions=[350,300],
  color=black,font="Times",proportional_axes=none,font_size=12,
  user_preamble="set termoption enhanced;set mxtics; set mytics; set key bottom right",
  xtics_axis=false,ytics_axis=false,grid=true,points_joined=true,yrange=[-6,1],
  xaxis=false,yaxis=true,axis_top=true,axis_bottom=true,axis_left=true,axis_right=true,
  line_width=2,xlabel="Normalized current",ylabel="Normalized voltage",
  label(["discontinuous",.075,-.6],["continuous",.175,-2.5]),
  label_alignment=right,nticks=50,
  label(["D=0.0",.24,.2],["D=0.2",.24,-.45],["D=0.4",.24,-.9],["D=0.6",.24,-1.7],
    ["D=0.8",.24,-4.2]),
  color=blue,key="",explicit(g(x,0.2),x,0,.25), explicit(g(x,0.4),x,0,.25),
  explicit(g(x,.6),x,0,.25),explicit(g(x,.8),x,0,.25),explicit(g(x,0),x,0,.25),
  color=red,line_width=.75,line_type=dots,
  parametric(my_x(t),my_y(t),t,0,.99)
 );
Date (UTC)
Source
Author
 
W3C-validity not checked.
Category:Unchecked SVG validity
This is a retouched picture, which means that it has been digitally altered from its original version. The original can be viewed here: Buck-boost continuous discontinuous.png: . Modifications made by Krishnavedala.

Category:SVG retouched pictures from raster#Buck-boost%20continuous%20discontinuous.svg
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 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 licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#Buck-boost%20continuous%20discontinuous.svgCategory:License migration completed#Buck-boost%20continuous%20discontinuous.svgCategory:GFDL#Buck-boost%20continuous%20discontinuous.svg

Original upload log

This image is a derivative work of the following images:

  • File:Buck-boost_continuous_discontinuous.png licensed with Cc-by-sa-2.5,2.0,1.0, Cc-by-sa-3.0-migrated, GFDL
    • 2006-03-12T23:06:11Z CyrilB 1500x1050 (39805 Bytes) 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

Uploaded with derivativeFX Category:Uploaded with derivativeFX

Category:Buck-boost converters Category:Maxima diagrams Category:Device current-voltage characteristics
Category:Buck-boost converters Category:CC-BY-SA-3.0-migrated Category:Device current-voltage characteristics Category:GFDL Category:License migration completed Category:Maxima diagrams Category:Pages using deprecated source tags Category:SVG retouched pictures from raster Category:Unchecked SVG validity Category:Uploaded with derivativeFX