How to calculate the Saturation Current IS in a NPN Bipolar Transistor?
조회 수: 7 (최근 30일)
이전 댓글 표시
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
praguna manvi
2025년 4월 24일
편집: praguna manvi
2025년 4월 24일
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:
답변 (1개)
Vinay
2025년 6월 11일
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
- Voltage Vbe (Base-emitter voltage when the base current is Ib) 0.55V
- 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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Simscape Electrical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!