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:12:17 +01:00 committed by GitHub
parent 489f3de4a1
commit 5e2e73e4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,4 +24,20 @@ $$\tau_a(V) = 0.3632ms + \frac{1.158ms}{1.0 + \exp(0.0497mV^{-1} (V + 55.96mV))}
$$\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,
)
$$b_\infty(V) = \left(\frac{1}{1 + \exp(0.0688mV^{-1} (V + 53.3mV))} \right)^4$$
$$n_\infty(V) = \alpha_n(V) * \tau_n(V)$$
$$m_\infty(V) = \alpha_m(V) * \tau_m(V)$$
$$h_\infty(V) = \alpha_h(V) * \tau_h(V)$$