Public Member Functions | Protected Attributes

PLResetKernelSpikeResponse Class Reference

Piecewise linear resetting spike response. More...

#include <PLResetKernelSpikeResponse.h>

Inheritance diagram for PLResetKernelSpikeResponse:
KernelSpikeResponseBase SpikeResponse DirectEventSender EvSimObject EvSimObjectFactory

List of all members.

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

Detailed Description

Piecewise linear resetting spike response.

The shape of the spike response is defined by an array of amplitudes $(a_1,...,a_N)$ and an array of time spans $(d_1,...,d_N)$. The PSP amplitude at time $t_1 = 0$ after a spike was triggered is $a_1$, that at time $t_n = d_1 + d_2 + ... + d_{n-1}$ is $a_n$. The PSP amplitudes are linearly interpolated between $t_{n}$ and $t_{n+1}$. The PSP amplitudes between $t_{N}$ and $t_{N+1}$ are constant $a_{N}$. If a spike occurs while the response is active the spike response is reset and triggered at the new spike event.

See also:
PLAdditiveKernelSpikeResponse
ResetKernelSpikeResponse

Constructor & Destructor Documentation

PLResetKernelSpikeResponse::PLResetKernelSpikeResponse (  )  [inline]

Default Constructor: initializes the object without a response kernel.

Use the setResponseKernel() to set up the response kernel

See also:
setResponseKernel()
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


The documentation for this class was generated from the following files: