minor fix

This commit is contained in:
ton
2023-08-29 23:42:05 +07:00
parent 336c97f755
commit ba4c37b9fb

View File

@@ -306,7 +306,7 @@ function lifForward( zit,
end
end
# voltage regulator
wRecChange[i1,i2,i3,i4] = -0.01*0.01 * (vt[i1,i2,i3,i4] - vth[i1,i2,i3,i4]) *
wRecChange[i1,i2,i3,i4] = -0.01*0.0001 * (vt[i1,i2,i3,i4] - vth[i1,i2,i3,i4]) *
zit[i1,i2,i3,i4]
end
end
@@ -499,7 +499,7 @@ function alifForward( zit,
end
end
# voltage regulator
wRecChange[i1,i2,i3,i4] = -0.01*0.01 * (vt[i1,i2,i3,i4] - avth[i1,i2,i3,i4]) *
wRecChange[i1,i2,i3,i4] = -0.01*0.0001 * (vt[i1,i2,i3,i4] - avth[i1,i2,i3,i4]) *
zit[i1,i2,i3,i4]
end
end