zjb.main.simulation.stimulus.GaussianStimulus#

class zjb.main.simulation.stimulus.GaussianStimulus(**traits)[源代码]#

高斯函数刺激, 形如 \(amp * \exp(- \left(x - \mu\right) ^ 2 / \left(2 \sigma^2\right)) + offset\), 继承自 Stimulus

amp#

刺激强度, by default 1

Type:

float

mu#

高斯函数中心, by default 1

Type:

float

sigma#

高斯函数标准差, by default 0.5

Type:

float

offset#

直流偏置强度, by default 0

Type:

float

_get_numba_func()#