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. Results are output on stdout, tab delimited, with columns representing:
; time
; BOLD response
Results
should match that for the function
.
Definition in file test3.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. | |
| 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