stimulus.gaussian_noise
- stimulus.gaussian_noise(tstart, tstop, standard_dev, offset=0, dt=0.005)[source]
Create a gaussian noise signal
- Parameters:
tstart (float) – starting time of the waveform, in ms
tstop (float) – stopping time of the waveform, in ms
standard_dev (float) – standard deviation of the gaussian noise, in uA
offset (float) – offset current of the waveform, in uA, by default set to 0
dt (float) – sampling time period to generate the sinusoidal shape, by default set to 0.005ms