openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Classes | Functions
Filter.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "iir.h"
Include dependency graph for Filter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IIR_Filt
 
class  Butterworth
 

Functions

void filter_all (double **in, int nr, IIR_Filt *filt, double *out, int t)
 
void zero_avg (double *x, int n)
 

Function Documentation

◆ filter_all()

void filter_all ( double **  in,
int  nr,
IIR_Filt filt,
double *  out,
int  t 
)

apply filter to time series

Parameters
intime series
nrnumber of time traces
filtthe filter
tnumber of time samples

Definition at line 76 of file Filter.cc.

Here is the caller graph for this function:

◆ zero_avg()

void zero_avg ( double *  x,
int  n 
)

Definition at line 57 of file Filter.cc.