Brainsimulation
Simulation of the human brain.
|
Struct to store the input for the simulation for a single 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 energy levels to be added at the specified node at the given tick. More... | |
int | timeseries_ticks |
Length of timeseries. | |
Struct to store the input for the simulation for a single node.
All members must be set when passing it to a simulation.
nodeval_t* nodeinputseries_t::timeseries |
Series of energy levels to be added at the specified node at the given tick.
Has timeseries_ticks as length.