Search found 1 match

by thiank
Sun Aug 25, 2019 10:57 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: injecting continuous normally distributed noise in python
Replies: 2
Views: 9984

injecting continuous normally distributed noise in python

Hi, I've been trying to insert normally distributed noise onto my cells via IClamp, but the amp can only be set to one number/integer/float. I have a vector of say 1x1000 (1 per ms) that I want to set as the amp value. I guess one way would be to make a 1000 instances of the IClamp set at each time ...