test8.cpp File Reference


Detailed Description

Backward test of NeuralBalloonModel.

This test uses a default NeuralBalloonModel with a driving neural activity function $u(t)$ consisting of a brief 1 s long burst of activity followed by no activity. The model is first simulated forward for a set time period, and then backward for the same period of time.

Results from the backward simulation are output on stdout, tab delimited, with columns representing:

Results are as follows:

test8.png

Results

These should be identical to those for test3, which represents a forward pass under the same conditions.

Definition in file test8.cpp.

Go to the source code of this file.

Functions

double U (double t, const double y[], void *o)
 $u(t)$; 1 for 1 s, then 0.
double F_OUT (double t, const double y[], void *o)
double E (double t, const double y[], void *o)
int main (int argc, const char *argv[])
 Run tests.

Variables

static const double END = 30.0
 Duration of simulation (s).


Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Run tests.

Definition at line 77 of file test8.cpp.

double U ( double  t,
const double  y[],
void *  o 
)

$u(t)$; 1 for 1 s, then 0.

Definition at line 56 of file test8.cpp.


Variable Documentation

const double END = 30.0 [static]

Duration of simulation (s).

Definition at line 51 of file test8.cpp.


Generated on Mon Aug 13 19:51:39 2007 for fmrii Hemodynamic Models Test Suite by  doxygen 1.5.2