We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b1a17d + ecb8e43 commit 1b6c1cdCopy full SHA for 1b6c1cd
src/Electrical/Analog/transistors.jl
@@ -300,11 +300,11 @@ Early voltage effect.
300
301
C_jE ~ if V_EB > phi_E - Z_E
302
((C_jE0 * gamma_E * (1 - ((phi_E - Z_E) / phi_E))^(-gamma_E - 1)) / phi_E) *
303
- V_BE -
+ V_EB -
304
305
(phi_E - Z_E) + (C_jE0) / (1 - (phi_E - Z_E) / phi_E)^gamma_E
306
else
307
- (C_jE0) / (1 - V_BE / phi_E)^gamma_E
+ (C_jE0) / (1 - V_EB / phi_E)^gamma_E
308
end
309
310
0 commit comments