|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <stdbool.h>#include "trace.h"#include "basics.h"Go to the source code of this file.
Namespaces | |
| limpet | |
Functions | |
| bool | limpet::IsEquDistSampling (trace *tr) |
| int | limpet::read_trace (trace *tr, const char *name) |
| void | limpet::free_trace (trace *tr) |
| void | limpet::resample_trace (trace *tr, double dt) |
| double | limpet::trace_duration (trace *tr, const char *f) |
| void | limpet::interp1 (const double *x, const float *y, int N, double *xi, float *yi, int NI, double dxi, IpMeth_t meth) |