How to custom IGBT characteristics (I-V)
Show older comments
I need to use IGBT device where I need to custumize the charactericts per manufacturer datasheet.

where I want to adapt device per datasheet data as such


On state voltage Vce(Tj,Ice) [0, .1, .6, .8, 1, 1.3, 1.6, 2, 2.4; 0, .1, .7, 1, 1.2, 1.5, 1.9, 2.4, 2.8]
>> [0, .1, .6, .8, 1, 1.3, 1.6, 2, 2.4; 0, .1, .7, 1, 1.2, 1.5, 1.9, 2.4, 2.8]
ans =
0 0.1000 0.6000 0.8000 1.0000 1.3000 1.6000 2.0000 2.4000
0 0.1000 0.7000 1.0000 1.2000 1.5000 1.9000 2.4000 2.8000
Temperature vector Tj [298.15, 398.15]
Collector-emiter current Ice [0, .1, 1, 5, 10, 20, 40, 70, 100]

I wonder how/where can I enter the IGBT output characteristic, IC= f (VCE) for various Tj and with respect various Vge?
Accepted Answer
More Answers (0)
Categories
Find more on Simscape Fluids in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!