Create README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-02-16 15:07:56 +01:00 committed by GitHub
parent 3267c38447
commit 65bd255bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
# Quadratic Integrate-and-Fire
$$\tau \frac{d}{dt}u=a\_{0} (u-u\_{rest}) (u-u\_{c})+RI$$
Default parameters: $\tau=10$ ms, $a\_{0}=0.1 mV^{-1}$, $u\_{c} = -55$ mV, $u\_{rest} = -70$ mV, $R=10 M\Omega$, $I=2.2 nA$, firing threshold $u\_{thr}=-40 mV$.