3 #ifndef __prd_service_hpp
4 #define __prd_service_hpp
11 #include <s2proc/prd_service_f.hpp>
13 #define MIN_ACF_ZERO_SAMPLE_VALUE 1.e-20
24 unsigned int fOpDomain;
27 bool getTrACF(std::vector<float>* wBody ,
28 float* pfACfunction );
30 bool PRDconvStep(
float* pfACF ,
31 std::vector<float> *curTrace ,
35 int TrFindGain(std::vector<float> *curTrace,
float& Gain);
37 bool PredOpForm(
unsigned int uCount,
40 std::vector<double> &operLevOut);
42 bool PredErrOpForm(
const unsigned int uCount,
45 std::vector<double> &oper);
47 bool PredErrOpSpecForm(
const unsigned int uCount,
50 unsigned int uCurrentWinSize);
Definition: prd_service.hpp:20