| Syntax
|
BOOLN GenerateList_SpikeList(SpikeListSpecPtr
listSpec, double eventThreshold, SignalDataPtr
signal);
|
| Returns
|
TRUE
if the process is successful, otherwise it returns FALSE.
|
| Syntax
|
BOOLN ResetListSpec_SpikeList(SpikeListSpecPtr
listSpec);
|
| Returns
|
TRUE
if the process is successful, otherwise it returns FALSE.
|
| Syntax
|
void FreeListSpec_SpikeList(SpikeListSpecPtr
*p);
|
| Returns
|
None
|
Example
|
Tests/Utilities/SpikeList.c
Parameter file . SpikeList.par:
# # Main Parameter file #
output.dat Name of output file.
# Module specifications.
#Par. file Name Description #--------- ----- ------------- PulseTr1.par PulseTrain Stimulus generation paradigm.
# Miscellaneous parameters
4 No. of repeated runs.
0.0 Event threshold for spikes (units).
|
| Comments:
This test program outputs the spike positions for each channel. The example parameter files should produce the following result:
output.dat:
channel[0]: 0.003 0.0058 0.0086 0.0114 0.0141 0.0169 0.0197
|