[projects] fixed my projects

This commit is contained in:
2020-01-20 17:06:42 +01:00
parent 77ad5ed068
commit 13f826addc
5 changed files with 63 additions and 58 deletions

View File

@@ -52,7 +52,6 @@ time = [0.0:dt:tmax]; % t_i
Vary the time step $\Delta t$ by factors of 10 and discuss
accuracy of numerical solutions. What is a good time step?
Why is $V=0$ the resting potential of this neuron?
\part Response of the passive membrane to a step input.
@@ -72,15 +71,15 @@ time = [0.0:dt:tmax]; % t_i
What do you observe?
\part Transfer function of the passive neuron.
\part Filter function of the passive neuron.
Measure the amplitude of the voltage responses evoked by the
sinusoidal inputs as the maximum of the last 900\,ms of the
responses. Plot the amplitude of the response as a function of
input frequency. This is the transfer function of the passive neuron.
input frequency. This is the filter function of the passive
neuron.
How does the transfer function depend on the membrane time
constant?
How does the filter function depend on the membrane time constant?
\part Leaky integrate-and-fire neuron.