How to calculate the Saturation Current IS in a NPN Bipolar Transistor?

7 views (last 30 days)
I am trying manually to calculate the saturation current of the simscape npn bipolar transistor block using the datasheet parameters, but I can not replicate the results comparing them to the matlab calculation of the same current. Using the block help is not helping because it says "The block calculates the saturation current IS from the specified Voltage Vbe value and the corresponding Current Ib for voltage Vbe value when Ic is zero. This is the default method.", I am really confused on how the block reads the datasheet parameters and calculates the saturation current. How can I calculate this current manually?
  1 Comment
praguna manvi
praguna manvi on 24 Apr 2025
Edited: praguna manvi on 24 Apr 2025
Simscape's "NPN Bipolar Transistor" block uses a variant of the Ebers-Moll equations. You can find detailed information about these equations at the following documentation link:

Sign in to comment.

Answers (1)

Vinay
Vinay on 11 Jun 2025
The base current is given by the below equation
The NPN transistor uses the parameterization option specified in the datasheet. The intial targets are defined in the "NPN Bipolar Transistor" as
  1. Voltage Vbe (Base-emitter voltage when the base current is Ib) 0.55V
  2. Current Ib (Base current when the base-emitter voltage is Vbe) is 0.5mA
The transistor calculates the saturation current IS from the specified Voltage Vbe value and the corresponding Current Ib for voltage Vbe value when Ic is zero.
I hope this helps.

Categories

Find more on Simscape Electrical 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!