Revision 9:83603936e4d2 CepstrumPitchTracker.h

View differences:

CepstrumPitchTracker.h
70 70
    float m_fmax;
71 71
    int m_histlen;
72 72
    int m_vflen;
73
    int m_ppflen;
73 74

  
74 75
    int m_binFrom;
75 76
    int m_binTo;
......
113 114
    Hypothesis *m_accepted;
114 115

  
115 116
    double **m_history;
117
    double *m_ppfilter;
116 118
    
117 119
    int m_prevpeak;
118 120
    double m_prevprop;
119 121

  
120 122
    double calculatePeakProportion(const double *data, double abstot, int n);
123
    void updatePropFilter(double peakProportion);
121 124
    bool acceptPeak(int n, double peakProportion);
122 125

  
123 126
    void filter(const double *in, double *out);

Also available in: Unified diff