This test is a repeat of test2.cpp, but using the LogFlowBalloonModel. Results are output on stdout, tab delimited, with columns representing:
; time
(Buxton et al. 2004).
; BOLD response
Results, c.f. test2.cpp
Definition in file test9.cpp.
Go to the source code of this file.
Functions | |
| double | F_IN (double t, const double y[], void *o) |
; Trapezoidal function with a rise time of 4 s, duration of 4 s and fall time of 4 s. | |
| double | F_OUT (double t, const double y[], void *o) |
| int | main (int argc, const char *argv[]) |
| Run tests. | |
Variables | |
| static const double | TAU_0 = 2.0 |
| |
| static const double | E_0 = 0.4 |
| |
| static const double | V_0 = 0.01 |
| |
| static const double | ALPHA = 0.5 |
| |
| static const double | END = 20.0 |
| Duration of simulation (s). | |
| double F_IN | ( | double | t, | |
| const double | y[], | |||
| void * | o | |||
| ) |
const double END = 20.0 [static] |
1.5.2