#ifndef __PAN_TOMPKINS__ #define __PAN_TOMPKINS__ #include #include #include #include #include #include "QRS.h" extern int TwoPoleRecursive(int); extern int LowPassFilter(int); extern int HighPassFilter(int); extern int Derivative(int); extern int Squar(int); extern int MovingWindowIntegral(int); extern SignalPoint ThresholdCalculate(int,float,int,int,int); #endif