STDP using FOR_NETCONS
Posted: Tue Aug 29, 2006 5:42 am
Hi
I'm looking at incorporating STDP in a model of the neocortical column, and came across Michael Hines's code for the same.
I'm rather curious to know what the FOR_NETCONS keyword does precisely. However, I could not find any documentation explaining the same in greater detail.
Another thing that is not very clear to me is the 'flag' that is used in the code. The very first instance of this flag appears only in the NET_RECEIVE block. Does this flag receive information on the timing of the pre-synaptic cell ?
There's also a WATCH keyword towards the end of the code. Does this keep track of some kind of a spiking threshold to see if a postsynapticcell fired or not? Say, if the voltage crosses -20 mV , then perhaps it is an indication that the postsynaptic cell fired.
I would be happy to receive some more documentation about FOR_NETCONS and these flags in the code, or alternatively a pointer to an URL with some material.
Cheers
Srikanth
I'm looking at incorporating STDP in a model of the neocortical column, and came across Michael Hines's code for the same.
I'm rather curious to know what the FOR_NETCONS keyword does precisely. However, I could not find any documentation explaining the same in greater detail.
Another thing that is not very clear to me is the 'flag' that is used in the code. The very first instance of this flag appears only in the NET_RECEIVE block. Does this flag receive information on the timing of the pre-synaptic cell ?
There's also a WATCH keyword towards the end of the code. Does this keep track of some kind of a spiking threshold to see if a postsynapticcell fired or not? Say, if the voltage crosses -20 mV , then perhaps it is an indication that the postsynaptic cell fired.
I would be happy to receive some more documentation about FOR_NETCONS and these flags in the code, or alternatively a pointer to an URL with some material.
Cheers
Srikanth