摘要: #include <stdio.h> #include<stdlib.h> #include <memory.h> #include <math.h> #include <time.h> #define ABS(a) ((a)>0?(a):(-(a))) int getArrayMin(double arr[12][10]); double getScore(int pitchs,int ditance); int getFrameNum(FILE *filep,int frameLength); char *PCM_to_pi 阅读全文
posted @ 2012-09-19 10:22 何合 阅读(216) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <memory.h> #include <math.h> #include <fftw3.h> #include <sys/time.h> #define ABS(a) ((a)>0?(a):(-(a))) //function declare int getScale(double pitch); int getPeaks(double array[],int len) 阅读全文
posted @ 2012-09-19 10:20 何合 阅读(1109) 评论(0) 推荐(0) 编辑