Module:MOS: Difference between revisions
No edit summary |
No edit summary |
||
| Line 108: | Line 108: | ||
-- Given mos a MOS structure, hardness = L/s a rational number, | -- Given mos a MOS structure, hardness = L/s a rational number, | ||
-- return the et | -- return the et and the bright MOS generator corresponding to the hardness. | ||
function p.et_tuning_by_hardness(mos, hardness) | function p.et_tuning_by_hardness(mos, hardness) | ||
local nL, ns, equave = mos.nL, mos.ns, mos.equave | local nL, ns, equave = mos.nL, mos.ns, mos.equave | ||