-
……………………………………………………………最新资料推荐……………………………………
……………
LTspice
1.
变压器仿真的简单步骤:
A.
B.
为每个变压器绕组绘制一个电感器
采用一个互感
(K)
描述语句通过一条
SPICE
指令对其实施耦合:
K1 L1 L2 1
K
语句的最后一项是耦合系数,其变化范围介于
0
和
1
之间,
1
代表没有漏电感。对于实际
电路,建议您采用耦合系数
= 1
作为起点。
每个变压器只需要一个
K
语句;
LTspice
为一个变压器
内部的所有电感器应用了单一耦合系数。
下面所列是上述语句的等效语句
:
K1 L1 L2 1
K2 L2 L3 1
K3 L1 L3 1
C.
采用
“
移动
” (F7)
< br>、
“
旋转
” (Ctrl +
R)
和
“
镜像
” (Ctrl + E)
命令来调
节电感器位置以与变压器的
极性相匹配。添加
K
语句可显示所含电感
器的调相点。
D.
LTspice
采用个别组件值
(
在本场合中为个别电感器的电感
)
而非变压器的匝数比进行变压器
的仿真。电感比与匝数比的对应
关系如下:
电感至匝数比
例如:对于
1:3
和
1:2
的匝数比,输入电感值以产生
1:9
和
1:4
的比值:
2.
一般来说压是对地,
如果你想知某元件俩端的电压该如何呢?
设一参
考点,
先点小人,
然后在电路图
的空白
处点右键,找黑白电笔
Set probe reference
,也可从
VIEW
找。按键盘上
ES
C
可去黑白电笔。
3.
4.
Die Impulsantwort
脉冲响应。
To create
an LTspice model of a given MOSFET, you need the
original datasheet and the pSPICE model of
that MOSFET.
The parameters
needed to define a MOSFET in LTspice are as
follows:
Rg
Gate
ohmic resistance
Rd
Drain ohmic resistance (this is NOT the
RDSon, but the resistance of the bond wire)
Rs
Source ohmic
resistance.
Vto
Zero-
bias threshold voltage.
Kp
–
Transconductance coefficient
Lambda
Change in drain
current with Vds
Cgdmax
Maximum gate to drain capacitance.
Cgdmin
Minimum gate to
drain capacitance.
Cgs
Gate to source capacitance.
Cjo
Parasitic diode
capacitance.
Is
Parasitic diode saturation current.
Rb
Body diode
resistance.
Rg, Rd and Rs are the
resistances of the bond wires connecting the die
to the package.
1
……………………………………………………………最新资料推荐…………………………………………………
Vto is the turn on voltage
of the MOSFET.
Kp is the
transconductance of the MOSFET. This determines
the drain current that flows for a given gate
source voltage.
Lambda is
the change in drain current with drain source
voltage and is used with Kp to determine the
RDSon.
Cgdmax and Cgdmin are
the minimum and maximum values of the gate drain
capacitance and are normally
graphed in
the MOSFET datasheet as Crss. The capacitance of a
capacitor is inversely proportional to the
distance between its plates. When the
MOSFET is turned on, distance between the gate and
the conducting
channel of the drain is
equal to the thickness of the insulating gate
oxide layer (which is small) so the gate
drain capacitance is high. When the
MOSFET is turned off, the gate drain region is
large, making the gate
drain
capacitance low. This can be seen on the plot of
Crss.
Cgs is the gate source
capacitance. Although it changes slightly with
gate source voltage, LTspice assumes it
is constant.
Is is the
parasitic body diode saturation current.
Rb is the series resistance of the body
diode.
The Fairchild FDS6680A MOSFET is
defined in LTspice by the line
.model
FDS6680A VDMOS(Rg=3 Rd=5m Rs=1m Vto=2.2 Kp=63
Cgdmax=2n Cgdmin=1n Cgs=1.9n
Cjo=1n
Is=2.3p Rb=6m mfg=Fairchild Vds=30 Ron=15m Qg=27n)
Note: the characteristics Vds, Ron and
Qg are actually ignored by LTspice. These are only
added to aid the
user to compare
MOSFETs.
Therefore an example template
MOSFET model is
.model XXXX VDMOS(Rg=
Rd=5 Rs=1 Vto= Kp= Cgdmax= Cgdmin= Cgs= Cjo= Is=
Rb= )
We are now going to construct a
MOSFET model for the SUM75N06 and SUM110N04 low ON
resistance
MOSFETs from Vishay
.model SUM75N06-09L
VDMOS(Rg=1.5 Rd=0m Rs=25m Vto=2.0 Kp=75
Cgdmax=1.2n Cgdmin=150p Cgs=2n
Cjo=1.2n
Is=1p Rb=0)
.model SUM110N04
VDMOS(Rg=1.5 Rd=0m Rs=0.86m Vto=1.85 Kp=180
Cgdmax=3n Cgdmin=900p
Cgs=14.5n
Cjo=4.9n Is=33.4p Rb=0)
The SPICE
models can then be testing using these test jigs:
2
……………………………………
………………………最新资料推荐…………………………………………………
RDSon test jig
为了测试
MOSFET
的
R
DSON
,
在
LTspice
中导入测试电路。
Check the datasheet to see how the
R
DSOn
has been
tested. It will be characterised with a
certain gate-source voltage and a certain drain
current.
Run the
simulation. Probe the drain voltage. Probe the
drain current. Edit the Drain current icon to
read
V(drain)/Id(M1)
. This
changes one of the axes to read ON resistance. You
may have to change the parameter
Kp
slightly to match the datasheet performance.
Switching Time Test
Jig
To test the switching
time of the MOSFET import the model into the
LTspice test circuit. Check the datasheet to
see how the switching times have been
tested. They will be characterised with a certain
gate drive voltage, gate
drive
resistance and drain voltage and the response time
will be characterised when the drain current ramps
to a
certain level.
Run the simulation. Probe the gate
voltage. Probe the drain current. Zoom in on the
rising edge of the gate/drain
waveforms. Left click on the Drain
current axis and rescale the axis to measure
slightly over the current desired
drain
current. The timings can now be measured. Rise
time is normally measured over 10% to 90% of the
desired
voltage swing. You may have to
change the model capacitances slightly to meet
datasheet performance.
5.
delete
copy
move
component without wires attached
move components with wires attached
undo
shift
redo
rotates
component (once it has been selected using
下载
mirrors
component (once it has been selected using
按住
ALT
键,左点击线,绘制该线上的
电流波形。按住
ALT
键,左点击元件,在组件中显示瞬时功<
/p>
率。
6.
LTspice Tutorial 3:
生成效率报告
为了生成效率报告,选择
Simulate -> Edit Simulation cmd ->
mulating if steady state is detected.
返回到
仿真界面,点击
View ->
Efficiency Report -> Show on Schematic.
效率报告就会显示在原理图上。
(注
意
:
当只有一个电压源
(
被认为是输
入
)
,和或者一个电流源或者负载称为
Rload(
假定为负载
)
,才能生<
/p>
成效率报告。)
7.
LTspice
Tutorial 3:
使用数学函数来计算效率
There is no reason why you cannot use
the maths functions in LTspice to examine
efficiency and indeed this
is an
effective way of measuring the efficiency of a
multi output system.
8.
9.
想要知道电路中有哪些寄生参数
,
可以按
,
原理图中会以高亮的形式显
示哪些元件有
寄生参数,点击
取消。
如何将第三方模型导入
LTspice?
SPICE
模型,保存到所要仿真的电路的同一路径里
;点击
SPICE
directive
,添加以下
SPICE
指
令
.include DI_,
3
-
-
-
-
-
-
-
-
-
上一篇:复工人员信息登记表.doc
下一篇:趣味英语收集研究报告