如果需要求取信号的精确频率值,可以使用PeakDetector()函数求解:
函数原型:
AnalysisLibErrType PeakDetector (double inputArray[], int size, double threshold, int width, int polarity, int initialize, int endOfData, int *count, double **locations, double **amplitudes, double **secondDerivatives);