update README with progress, correct theory, add some info

This commit is contained in:
2018-07-02 10:15:13 +02:00
parent 9f4c11e3e3
commit 30865be7ac
10 changed files with 95 additions and 55 deletions
Binary file not shown.
+3 -3
View File
@@ -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.