mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 13:04:19 -04:00
getting ready for v100
This commit is contained in:
@ -20,12 +20,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
|
||||
#include "kiss_fft.h"
|
||||
|
||||
#ifndef NFFT
|
||||
# define NFFT 1024
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
void fft_file(FILE * fin,FILE * fout,int nfft,int nrows,int isinverse,int useascii,int times)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user