This test sets up a BlockDesignModel and simulates it through a set period. Results are output to the files results/BlockDesignHarness_activityfirst.out and results/BlockDesignHarness_restfirst.out, tab delimited, with columns representing:
; time
; the function value
Results, activity first
Results, rest first
Definition in file BlockDesignHarness.cpp.
Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | indii::fmri::experimental |
Functions | |
| int | main (int argc, const char *argv[]) |
| Run tests. | |
Variables | |
| const unsigned int | BLOCK_LENGTH = 10 |
| const double | REST_LEVEL = 0.0 |
| const double | ACTIVITY_LEVEL = 1.0 |
| const double | LENGTH = 60.0 |
| const double | STEP = 2.0 |
| int main | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
1.5.2