Revision 26:13568f1ccff0 CepstrumPitchTracker.h
| CepstrumPitchTracker.h | ||
|---|---|---|
| 130 | 130 |
void filter(const double *in, double *out); |
| 131 | 131 |
double cubicInterpolate(const double[4], double); |
| 132 | 132 |
double findInterpolatedPeak(const double *in, int maxbin); |
| 133 |
void fft(unsigned int n, bool inverse, |
|
| 134 |
double *ri, double *ii, double *ro, double *io); |
|
| 135 | 133 |
}; |
| 136 | 134 |
|
| 137 | 135 |
#endif |
Also available in: Unified diff