摘要:
#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 阅读全文
摘要:
#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) 阅读全文