|
|||||||||||
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
Recorder Class Reference#include <mexrecorder.h>
Inheritance diagram for Recorder: Detailed DescriptionRecords fields from arbitrary objects during simulation.
This class allows you to record traces of any fields of any object during the simulation. The recorded traces of an Recorder with handle R=csim('get',rec_idx,'traces'); R depends on the flag commonChannels (see below). Note that the traces returned always start at time $t=0$ and are recorded at an interval of dt .In addition a recorder can also record spikes from spike emitting objects. Via a command like csim('connect',rec_idx,neuron_idx,'spikes'); rec_idx is set up to record the spikes form the spike emitting objects with handles neuron_idx .
commonChannels=0 In this case the Matlab array
commonChannels=1 In this case **
Public Attributes
Friends
| |||||||||||
(C) 2003, Thomas Natschläger | last modified 07/10/2006 |