(2000). Results are output on stdout, tab delimited, with columns representing:
; time
; BOLD response
Results, c.f. Friston et al. (2000) Figure 1.
Definition in file test6.cpp.
Go to the source code of this file.
Functions | |
| double | U (double t, const double y[], void *o) |
; impulse of 1 at times 5s and 6s | |
| int | main (int argc, const char *argv[]) |
| Run tests. | |
Variables | |
| static const double | END = 35.0 |
| Duration of simulation (s). | |
| static const double | IMPULSES [] = { 5.0, 6.0 } |
| Impulse times. | |
| static const double | IMPULSES_LENGTH = 2 |
| double U | ( | double | t, | |
| const double | y[], | |||
| void * | o | |||
| ) |
const double END = 35.0 [static] |
const double IMPULSES[] = { 5.0, 6.0 } [static] |
1.5.2