13 #ifndef _INCLUDE_CLIZPREPROCESSOR
14 #define _INCLUDE_CLIZPREPROCESSOR
52 std::vector<IndicesStruct> indicesOut;
53 std::vector<Save*> inputSaveVec;
54 std::vector<Save*> outputSaveVec;
66 Preprocessor(
PreprocessorHandle iHandle, std::vector<Save*> &iInputSaveVec, std::vector<Save*> &iOutputSaveVec, std::vector<IndicesStruct> &iIndicesOut);
72 void filter(
float *intChunk);
80 memMan.
free(dataDetect);
unsigned int valuesperspike
Definition: clizPreprocessor.h:31
unsigned int fmin
Definition: clizPreprocessor.h:29
double samplingFrequency
Definition: clizPreprocessor.h:30
unsigned int intChunkSize
Definition: clizPreprocessor.h:27
unsigned int filterCutOffFront
Definition: clizPreprocessor.h:32
unsigned int filterCutOffBack
Definition: clizPreprocessor.h:33
Definition: clizFunctions.h:268
void free(memPtr *memAdr)
Definition: clizFunctions.h:331
Definition: clizPreprocessor.h:48
Preprocessor(PreprocessorHandle iHandle, std::vector< Save * > &iInputSaveVec, std::vector< Save * > &iOutputSaveVec, std::vector< IndicesStruct > &iIndicesOut)
Definition: clizPreprocessor.cpp:22
~Preprocessor()
Definition: clizPreprocessor.h:78
void threadFunc()
Definition: clizPreprocessor.cpp:48
void filter(float *intChunk)
Definition: clizPreprocessor.cpp:119
Definition: clizPreprocessor.h:25
unsigned int fmax
Definition: clizPreprocessor.h:28