update README with progress, correct theory, add some info
This commit is contained in:
Binary file not shown.
@@ -31,8 +31,8 @@ def gen_48i_theory():
|
||||
plt.savefig('i48.pdf')
|
||||
|
||||
def gen_1v8_theory():
|
||||
rpara = 1000
|
||||
rseri = 10000
|
||||
rpara = 75000
|
||||
rseri = 2*4700
|
||||
xdata = np.arange(0, 256, 4)
|
||||
ydata = (xdata / 256 * 10000)
|
||||
ydata = ydata * rpara / (ydata + rpara) + rseri
|
||||
@@ -50,4 +50,4 @@ def gen_1v8_theory():
|
||||
if __name__ == "__main__":
|
||||
gen_48v_theory()
|
||||
gen_48i_theory()
|
||||
gen_1v8_theory()
|
||||
gen_1v8_theory()
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user