iic-jku / analog-circuit-design

Course material for a basic-level circuit design course using Xschem and ngspice
Apache License 2.0
7 stars 1 forks source link

Fix noise lookup in mos-diode sizing script #7

Closed michaelk99 closed 3 weeks ago

michaelk99 commented 3 weeks ago

Issue

Noise data is stored in A/sqrt(Hz), but for normalized lookup (STH_GM, SFL_GM), units of A^2/Hz are required to extract the noise factor gamma.

Changes

Change units of noise data in LUTs, update LUTs Fix noise lookup in mos-diode sizing script based on the new LUTs