test10.cpp File Reference


Detailed Description

Basic test of LogNeuralBalloonModel.

This test uses a default LogNeuralBalloonModel with a driving neural activity function $u(t)$ consisting of a brief 1 s long burst of activity followed by no activity. Results are output on stdout, tab delimited, with columns representing:

Results are as follows:

test10.png

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)
 $u(t)$; 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).


Function Documentation

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

Run tests.

Definition at line 61 of file test10.cpp.

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

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

Definition at line 48 of file test10.cpp.


Variable Documentation

const double END = 30.0 [static]

Duration of simulation (s).

Definition at line 43 of file test10.cpp.


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