# computational neuroscience

2개의 포스트

Leaky Integrate-and-Fire Model (LIF Model) matlab code

Set up the default plotting parameters Simulation Parameters Parameters for the LIF neuron LIF Neuron Simulation Plotting Current Against Time Plotting Membrane Potential Against Time Plotting Spikes Against Time

2023년 4월 16일
·
0개의 댓글
·

Computational Neuroscience Matlab Plotting Basics Notes

Basic Settings Parameters Membrane potential exponential decay Simple Simulation Simulating Leaky Integrate-and-Fire Model (LIF Model) > The formula for the leaky integrate-and-fire model is as follows: Cm*(dVm/dt) = -GL(Vm - EL) + Iapp Simulating Exponential Leaky Integrate-and-Fire Model (ELIF Model) > The formula for the exponential leaky integrate-and-fire model is as follows: Cm(dVm/dt) = -GL(Vm - EL) + Iapp + dthexp((V(i-1)-Vth)/dth))

2023년 4월 16일
·
0개의 댓글
·