Inheritance diagram for BlockDesignModel:

Definition at line 20 of file BlockDesignModel.hpp.
Public Member Functions | |
| BlockDesignModel (const double blockLength, const bool isFirstRest=true, const double restLevel=0.0, const double activityLevel=1.0) | |
| Construct new block design. | |
| ~BlockDesignModel () | |
| Destructor. | |
| double | evaluate (const double t, const double y[]) |
| |
| BlockDesignModel | ( | const double | blockLength, | |
| const bool | isFirstRest = true, |
|||
| const double | restLevel = 0.0, |
|||
| const double | activityLevel = 1.0 | |||
| ) |
Construct new block design.
| blockLength | Time length of a single block. | |
| isFirstRest | Is the first block a rest block? | |
| restLevel | Stimulus level during rest block. | |
| activityLevel | Stimulus level during activity block. |
Definition at line 7 of file BlockDesignModel.cpp.
| ~BlockDesignModel | ( | ) |
| double evaluate | ( | const double | t, | |
| const double | y[] | |||
| ) |
1.5.2