From: Robert I. <ri...@gm...> - 2008-08-30 05:44:24
|
Hello Dejan, Thank you for the information. I added the noise to the neurons in the model as you pointed out and I got spontaneus activity in the network. Thank you again. All the best, Robert. On Fri, Aug 29, 2008 at 7:49 AM, Pecevski Dejan <de...@ig...> wrote: > > Hi Robert, > > the following code will add the corresponding excitatory and inhibitory > parts of the > Ornstein-Uhlenbeck Noise in the DARecvCbLifNeuron: > > net.mount(OUNoiseSynapse(0.012e-6, 0.003e-6, 2.7e-3, 0.0), neuron_id_array) > net.mount(OUNoiseSynapse(0.057e-6, 0.0066e-6, 10.5e-3,-75e-3), > neuron_id_array) > > The OUNoiseSynapse if attached/mounted to a neuron injects OU noise in the > neuron. > > cheers! > Dejan > >> >> > |