Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-02-16 11:19:41 +01:00 committed by GitHub
parent 5e2e73e4cb
commit 564ac5e785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,15 +26,9 @@ $$\tau_b(V) = 1.24ms + \frac{2.678ms}{1.0 + \exp(0.0624mV^{-1} (V + 50.0mV))}$$
## asymptotic values
a_endless = np.power(
(
(0.0761 * np.exp(0.0314 * (v + 94.22)))
/ (1 + np.exp(0.0346 * (v + 1.17)))
),
1 / 3,
)
$$a_\infty(V) = \left( \frac{0.0761 * \exp(0.0314mV^{-1} (V + 94.22mV))}{1 + \exp(0.0346mV^{-1} (V + 1.17mV))}) \right)^{1 / 3} ms$$
$$b_\infty(V) = \left(\frac{1}{1 + \exp(0.0688mV^{-1} (V + 53.3mV))} \right)^4$$
$$b_\infty(V) = \left(\frac{1}{1 + \exp(0.0688mV^{-1} (V + 53.3mV))} \right)^4 ms$$
$$n_\infty(V) = \alpha_n(V) * \tau_n(V)$$