openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Classes | Namespaces | Typedefs | Enumerations | Functions
trace.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  limpet::trace
 manage input, output, resampling of traces More...
 

Namespaces

 limpet
 

Typedefs

typedef enum limpet::ip_method limpet::IpMeth_t
 

Enumerations

enum  limpet::ip_method { limpet::_LINEAR_IP, limpet::_NEAREST_IP }
 

Functions

int limpet::read_trace (trace *tr, const char *name)
 
void limpet::free_trace (trace *tr)
 
void limpet::resample_trace (trace *tr, double dt)
 
void limpet::interp1 (const double *x, const float *y, int N, double *xi, float *yi, int NI, double dxi, IpMeth_t meth)
 
double limpet::trace_duration (trace *tr, const char *f)