spynnaker.pyNN.models.neuron.plasticity.stdp package

Subpackages

Submodules

spynnaker.pyNN.models.neuron.plasticity.stdp.common module

spynnaker.pyNN.models.neuron.plasticity.stdp.common.float_to_fixed(value)[source]
Parameters:

value (float) –

Return type:

int

spynnaker.pyNN.models.neuron.plasticity.stdp.common.get_exp_lut_array(time_step, time_constant, shift=0)[source]
Parameters:
  • time_step (int) –

  • time_constant (float) –

  • shift (int) –

Return type:

ndarray

Module contents