在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
EETOP诚邀模拟IC相关培训讲师 创芯人才网--重磅上线啦!
查看: 8124|回复: 11

求助变压器transformer模型

[复制链接]
发表于 2009-8-27 11:35:00 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
三绕组变压器transformer
能够在cadence下spectre仿真的模型
等效电路或veriloga模型均可啊
求助急用啊,哪位帮忙指点一下
发表于 2009-9-1 21:13:49 | 显示全部楼层
关注,学习下
发表于 2010-8-31 13:17:43 | 显示全部楼层
hspice 可以转陈?
发表于 2013-2-19 14:06:28 | 显示全部楼层
any one help of it ?!
发表于 2013-2-22 18:00:21 | 显示全部楼层
学习了 谢谢
发表于 2013-5-22 17:36:02 | 显示全部楼层
回复 1# feiyufox

之前大牛贴的,我只是帮忙转一下,不是原创!
转发请记得说下,尊重原作者!


    // VerilogA for edaboard, transformer, veriloga
`include "constants.vams"
`include "disciplines.vams"
module transformer(pr1,pr2,sec1,sec2,th1,th2);
inout pr1,pr2,sec1,sec2,th1,th2;
electrical pr1,pr2,sec1,sec2,th1,th2;
parameter real n1 = 1.0 from [1:inf); //number of turns in primary winding
parameter real n2 = 3.0 from [1:inf); //number of turns in second winding
parameter real n3 = 3.0 from [1:inf); //number of turnes in third winding
parameter real L = 1n from (0:inf); //inductanse per one turn in H
parameter real k12 = 0.97 from [0:1]; //coupling between first and second, first and third windings
parameter real R1 = 1.0 from [0:inf); //resistance of primary winding in Ohm
parameter real R2 = 3.0 from [0:inf); //resistance of second winding in Ohm
parameter real R3 = 3.0 from [0:inf); //resistance of third winding in Ohm
real k13,F1,F2,F3;
analog begin
@(initial_step or initial_step("dc")) begin
k13 = k12;
end
F1 = L*(n1*I(pr1,pr2)-k12*n2*I(sec1,sec2)-k13*n3*I(th1,th2)); //magnetic flow through primary winding
F2 = L*(n2*I(sec1,sec2)-k12*n1*I(pr1,pr2)+n3*I(th1,th2)); //magnetic flow through secondary winding
F3 = L*(n3*I(th1,th2)-k13*n1*I(pr1,pr2)+n2*I(sec1,sec2)); //magnetic flow through secondary winding
V(pr1,pr2)<+R1*I(pr1,pr2)+n1*ddt(F1);
V(sec1,sec2)<+R2*I(sec1,sec2)+n2*ddt(F2);
V(th1,th2)<+R3*I(th1,th2)+n3*ddt(F3);
end
endmodule
发表于 2013-6-14 15:05:49 | 显示全部楼层
good 谢谢了
发表于 2013-6-14 15:06:29 | 显示全部楼层
谢谢了 good
发表于 2013-6-30 19:03:13 | 显示全部楼层
很需要
謝謝了
发表于 2014-3-5 08:46:59 | 显示全部楼层
回复 9# jalong


    this veriloga model sim

1. input sin
sin.jpg
2. input pwm pulse

pul1.jpg

zoom out find

pul2.jpg

veriloga 可模擬 flyback transformer 漏感嗎???
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-6-9 21:43 , Processed in 0.027133 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表