From: Natsumi K. <koi...@us...> - 2017-08-03 09:11:36
|
Update of /cvsroot/sp-tk/SPTK/src/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13756 Modified Files: SPTK.h Log Message: add rlevdur command Index: SPTK.h =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/include/SPTK.h,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** SPTK.h 26 Jul 2017 06:24:14 -0000 1.69 --- SPTK.h 3 Aug 2017 09:11:34 -0000 1.70 *************** *** 350,353 **** --- 350,354 ---- double poledft(double x, double *a, int m, double *d); void reverse(double *x, const int l); + int rlevdur(double *a, double *r, const int m, double eps); double rmse(double *x, double *y, const int n); void output_root_pol(complex * x, int odr, int form); |