This test uses a default NeuralBalloonModel with a driving neural activity function
consisting of a brief 1 s long burst of activity followed by no activity. The model is first simulated forward for a set time period, and then backward for the same period of time.
Results from the backward simulation are output on stdout, tab delimited, with columns representing:
; time
; BOLD response
Results
Definition in file test8.cpp.
Go to the source code of this file.
Functions | |
| double | U (double t, const double y[], void *o) |
; 1 for 1 s, then 0. | |
| double | F_OUT (double t, const double y[], void *o) |
| double | E (double t, const double y[], void *o) |
| int | main (int argc, const char *argv[]) |
| Run tests. | |
Variables | |
| static const double | END = 30.0 |
| Duration of simulation (s). | |
| double U | ( | double | t, | |
| const double | y[], | |||
| void * | o | |||
| ) |
const double END = 30.0 [static] |
1.5.2