|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <ap_analyzer.h>
Public Attributes | |
| int | beat |
| beat counter More... | |
| int | calBeat |
| beat number used to calibrate thresholds More... | |
| bool | pmat |
| indiacte premature AP More... | |
| ap_events | acts |
| activation events More... | |
| ap_events | repols |
| repolarization events More... | |
| ap_events | ampls |
| amplitude events (mx or mn found in a signal) More... | |
| float | APD |
| standard APD as measured by APD90 More... | |
| float | DI |
| BCL-APD90. More... | |
| float | triang |
| AP triangulation, APD90-APD30. More... | |
| float | DIp |
| DI of the previous AP. More... | |
| ap_states | state |
| current state of AP, ongoing AP or diastole More... | |
| double | vm_trc [VM_HIST_LEN] |
| double | dvm_trc [VM_HIST_LEN] |
| steady_state_ap | ss |
| steady state detection More... | |
| FILE * | stats |
| output statistics for each AP More... | |
| FILE * | rstats |
| output restitution statistics only More... | |
Definition at line 88 of file ap_analyzer.h.
| ap_events limpet::action_potential::acts |
activation events
Definition at line 92 of file ap_analyzer.h.
| ap_events limpet::action_potential::ampls |
amplitude events (mx or mn found in a signal)
Definition at line 94 of file ap_analyzer.h.
| float limpet::action_potential::APD |
standard APD as measured by APD90
Definition at line 95 of file ap_analyzer.h.
| int limpet::action_potential::beat |
beat counter
Definition at line 89 of file ap_analyzer.h.
| int limpet::action_potential::calBeat |
beat number used to calibrate thresholds
Definition at line 90 of file ap_analyzer.h.
| float limpet::action_potential::DI |
BCL-APD90.
Definition at line 96 of file ap_analyzer.h.
| float limpet::action_potential::DIp |
DI of the previous AP.
Definition at line 98 of file ap_analyzer.h.
| double limpet::action_potential::dvm_trc[VM_HIST_LEN] |
Definition at line 101 of file ap_analyzer.h.
| bool limpet::action_potential::pmat |
indiacte premature AP
Definition at line 91 of file ap_analyzer.h.
| ap_events limpet::action_potential::repols |
repolarization events
Definition at line 93 of file ap_analyzer.h.
| FILE* limpet::action_potential::rstats |
output restitution statistics only
Definition at line 104 of file ap_analyzer.h.
| steady_state_ap limpet::action_potential::ss |
steady state detection
Definition at line 102 of file ap_analyzer.h.
| ap_states limpet::action_potential::state |
current state of AP, ongoing AP or diastole
Definition at line 99 of file ap_analyzer.h.
| FILE* limpet::action_potential::stats |
output statistics for each AP
Definition at line 103 of file ap_analyzer.h.
| float limpet::action_potential::triang |
AP triangulation, APD90-APD30.
Definition at line 97 of file ap_analyzer.h.
| double limpet::action_potential::vm_trc[VM_HIST_LEN] |
Definition at line 100 of file ap_analyzer.h.