Piecewise linear resetting spike response. More...
#include <PLResetKernelSpikeResponse.h>
Public Member Functions | |
PLResetKernelSpikeResponse () | |
Default Constructor: initializes the object without a response kernel. | |
PLResetKernelSpikeResponse (const SharedArray< double > &resp_shape_amplitudes, const SharedArray< double > &resp_shape_timepoints) | |
Constructs a spike response with given response kernel. | |
virtual void | eventHit (SimContext &sim_info, Time time, port_id_t port) |
virtual void | updateState (SimContext &sim_info, Time time, update_id_t upd_id) |
virtual double | getSlope () |
virtual void | reset (SimContext &sim_ctxt) |
Protected Attributes | |
double | slope |
Time | cur_time |
Piecewise linear resetting spike response.
The shape of the spike response is defined by an array of amplitudes and an array of time spans
. The PSP amplitude at time
after a spike was triggered is
, that at time
is
. The PSP amplitudes are linearly interpolated between
and
. The PSP amplitudes between
and
are constant
. If a spike occurs while the response is active the spike response is reset and triggered at the new spike event.
PLResetKernelSpikeResponse::PLResetKernelSpikeResponse | ( | ) | [inline] |
Default Constructor: initializes the object without a response kernel.
Use the setResponseKernel() to set up the response kernel
PLResetKernelSpikeResponse::PLResetKernelSpikeResponse | ( | const SharedArray< double > & | resp_shape_amplitudes, | |
const SharedArray< double > & | resp_shape_timepoints | |||
) | [inline] |
Constructs a spike response with given response kernel.
/param resp_shape_amplitudes A shared array holding the amplitude values /param resp_shape_timepoints A shared array holding the time span of the given amplitude value