|
Brainsimulation
Simulation of the human brain.
|
Struct to store the results of a simulation for a single observed node. More...
#include <definitions.h>
Data Fields | |
| int | x_index |
| x index of the node. | |
| int | y_index |
| y index of the node. | |
| nodeval_t * | timeseries |
| Series of observed node energy levels. More... | |
| int | timeseries_ticks |
| Length of timeseries. | |
Struct to store the results of a simulation for a single observed node.
x_index and y_index members must be set when passing it to a simulation.
| nodeval_t* nodetimeseries_t::timeseries |
Series of observed node energy levels.
One element per tick. Has timeseries_ticks as length.
1.8.11