This test uses a default LogNeuralBalloonModel 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, c.f. test3.cpp
Definition in file test10.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). | |
| int main | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
| double U | ( | double | t, | |
| const double | y[], | |||
| void * | o | |||
| ) |
const double END = 30.0 [static] |
1.5.2