Adding Noise to Neuron
Posted: Wed Jul 04, 2007 6:35 pm
Hi All,
I wanna add a total noise ( synaptical interactions+tempreture+shot noise+...etc.) to neuron. I have done it in matlab as below:
Vm=Vm+deltat*Itot/Cm+sqrt(deltat*var_s)*randn;
like bold characters above. This is Gaussian noise. I can change variance of this noise by changing var_s and add a constant for the noise mean value.
But I couldnt achieved this in NEURON? Can we add a mechanism for this?
if anyone help, I will be happy
Thanks
I wanna add a total noise ( synaptical interactions+tempreture+shot noise+...etc.) to neuron. I have done it in matlab as below:
Vm=Vm+deltat*Itot/Cm+sqrt(deltat*var_s)*randn;
like bold characters above. This is Gaussian noise. I can change variance of this noise by changing var_s and add a constant for the noise mean value.
But I couldnt achieved this in NEURON? Can we add a mechanism for this?
if anyone help, I will be happy
Thanks