E
Eeyore
- Jan 1, 1970
- 0
Pasquale said:Then I think it's gonna be something like that :
fs = PWM freq.
tc_on = switching time off-on;
tc_off = switching time on-off;
T = PWM period;
t_on = time when the PWM in high;
P = 1/2*(Rds_on*I^2)*fs*(tc_on+tc_off)+Rds_on*I^2*(t_on/T);
Correct ?
No. During what you called tc-on and tc_off the device is operating in linear
mode. You'll need to calculate those losses more accurately as the integral
w.r.t time of Id * Vds
Graham