Skip to content

Latest commit

 

History

History
 
 

vgcc_plot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

VGCC: Voltage-gated Calcium Channels

This plots the VGCC current function, which is an L-type Ca channel that opens as a function of membrane potential. It tends to broaden the effect of action potential spikes in the dendrites.

G(vm) = -vm / (1 - exp(0.0756 * vm))
M(vm) = 1 / (1 + exp(-(vm + 37)))     // Tau = 3.6 msec
H(vm) = 1 / (1 + exp((vm + 41) * 2))  // Tau = 29 msec
VGCC(vm) = M^3 H * G(vm)

M and H gating from V

The intersection of M and H produces a very narrow membrane potential window centered around -40 mV where the gates are both activated, with the fast updating (3.6 msec tau) and cubic dependence on M essentially shutting off the current very quickly when the action potential goes away. The longer H time constant provides a slow adaptation-like dynamic that is sensitive to frequency (more adaptation at higher frequencies).

M and H over time

The Time Run plot (above) shows these dynamics playing out with a sequence of spiking.

Functionally, the narrow voltage window restricts the significance of this channel to the peri-spiking time window, where the Ca++ influx provides a bit of extra sustain on the trailing edge of the spike. More importantly, the Ca++ provides a postsynaptic-only spiking signal for learning.