大神们,帮帮忙 すぽコン~SPORTSWEAR-C
大神们,帮帮忙 すぽコン~SPORTSWEAR-C
日期:2021-05-01 15:49:31 人气:1
bool InitFft(FFT_HANDLE *hfft, int count, int window)
46 {
47 int i;
48
49 hfft->count = count;
50 hfft->win = new float[count];
51 if(hfft->win == NULL)
52 {
53 return
46 {
47 int i;
48
49 hfft->count = count;
50 hfft->win = new float[count];
51 if(hfft->win == NULL)
52 {
53 return