Tool/software: WEBENCH® Design Tools
Dear support
Can you help Answer it, “min(1,0.6 x Vout)"
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: WEBENCH® Design Tools
Dear support
Can you help Answer it, “min(1,0.6 x Vout)"
Thanks!
Dear Sir:
Set Y=Min(1, 0.6*Vout) Then
if Vout<1.66V, Y=0.6*Vout<1.
If Vout>1.66V, Y=1<0.6*Vout
Thanks Minqiu.
let K= min(1,0.6 x Vout)
when 0.6XVout<1, K=0.6XVout;
when 0.6XVout>1, K=1
IN most of the application, Vout >1.66V, so generally K=1