1 #ifndef HILBERTTRANSFORMER_H
2 #define HILBERTTRANSFORMER_H
20 std::vector<double> posHT;
21 std::vector<double> negHT;
26 static int halfKernelSize;
27 static int kernelSize;
33 std::vector<MKL_Complex16> weightsPos;
34 std::vector<MKL_Complex16> weightsNeg;
35 std::vector<MKL_Complex16> kernelF;
36 std::vector<MKL_Complex16> kernelB;
37 std::vector<MKL_Complex16> broadenedF;
38 std::vector<MKL_Complex16> broadenedB;
42 #endif // HILBERTTRANSFORMER_H