Go to the source code of this file.
|
| int | limpet::read_trace (trace *tr, const char *name) |
| |
| void | limpet::free_trace (trace *tr) |
| |
| int | limpet::mk_RRC_trace (trace *tr, float st, float delay, float clamp, float dur) |
| | make a trace for a repolarization reserve current calculation More...
|
| |
| 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) |
| |
| void | limpet::set_trace_amp (trace *tr, float val, float whenceforth) |
| | change the amplitude of part of a trace More...
|
| |