Function get_traces_tau

Function Documentation

std::pair<EvSpikeSim::vector<float>, EvSpikeSim::vector<float>> get_traces_tau(float tau_s, float tau)

Gets the time constants of each synaptic trace and each neuron trace respectively.

Parameters
  • tau_s – The synaptic time constant of the neurons.

  • tau – The membrane time constant of the neurons (2 * tau_s).

Returns

A pair of vectors containing the time constants of each synaptic trace and each neuron trace respectively.