Search found 2 matches
- Mon Oct 07, 2019 1:36 pm
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Adding delay to a graded synapse model
- Replies: 6
- Views: 35349
Re: Adding delay to a graded synapse model
In fact, it was a reviewer who asked for the effect of such delay on network synchronization. I can think of neurotransmitter release, diffusion, and channel opening events contributing to the delay (although I am not sure if the physiological mechanism of graded synaptic transmission is experimenta...
- Mon Oct 07, 2019 11:04 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Adding delay to a graded synapse model
- Replies: 6
- Views: 35349
Adding delay to a graded synapse model
I am trying to implement a graded synapse with a delay, so that the conductance is computed at every timestep using the presynaptic voltage from `delay` time ago. My first thought was to add a `NET_RECEIVE` block to the graded synapse mechanism and then use a NetCon with delay to transfer voltage fr...