File:Buck continuous discontinuous.svg

来自Wikimedia Commons
跳转到导航 跳转到搜索

原始文件(SVG文件,尺寸为600 × 480像素,文件大小:43 KB)

说明

说明

添加一行文字以描述该文件所表现的内容

摘要

[编辑]
描述

graph Us=f(Is) of a buck 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.
日期
来源 original work by Cyril Buttay, published on Commons at Boost continuous discontinuous.png, SVG version by Alessio Damato
作者 Cyril Buttay and Alessio Damato
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Gnuplot创作。
 
此SVG 文件使用了内嵌文本,可以轻松翻译
原始码
InfoField

Gnuplot code

# This file is used to plot the domains of continuous and
# discontinuous operation of a buck converter
# graph configuration
set terminal svg enhanced fname "Times" fsize 18
set output "buck_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.2f'
set format x "%0.2f" 
set samples 1500

# labels displayed on the graph
set label 1 'discontinuous' at 0.02,0.28
set label 2 'continuous' at 0.1,0.24
set label 3 'D=0.1' at 0.24,0.13 right
set label 4 'D=0.3' at 0.24,0.33 right
set label 5 'D=0.5' at 0.24,0.53 right
set label 6 'D=0.7' at 0.24,0.73 right
set label 7 'D=0.9' at 0.24,0.93 right

# normalized voltage=g(normalized current)
f(x,D) = 1/(2*x/D**2+1)
g(x,D) = f(x,D)<=D?D:f(x,D)
x1(t) = t

#parametric functions for plotting of domain limit
set parametric
my_x(t) = (1-t)/2*t
my_y(t) = t


# the plot is set as parametric, so each curve is defined by two values: x,y
plot [0:1][0:0.25][0:1] t,g(t,0.1) lw 2, \
        t,g(t,0.3) lw 2 , \
        t,g(t,0.5) lw 2 ,\
        t,g(t,0.7) lw 2 ,\
        t,g(t,0.9) lw 2 , \
        t,g(t,1) lw 1 ,\
        my_x(t),my_y(t) lw 2

许可协议

[编辑]
我,本作品著作权人,特此采用以下许可协议发表本作品:
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
本许可协议标签作为GFDL许可协议更新的组成部分被添加至本文件。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享2.5 通用2.0 通用1.0 通用许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
您可以选择您需要的许可协议。

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2007年4月22日 (日) 23:082007年4月22日 (日) 23:08版本的缩略图600 × 480(43 KB)Alejo2083留言 | 贡献{{Information |Description=graph Us=f(Is) of a buck 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 # discontinu

全域文件用途

以下其他wiki使用此文件: