summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/codec2/fft.h
blob: 84c6737bd89272d06f873727e846890c731c25d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------*\
  
  FILE........: fft.h
  AUTHOR......: Bruce Robertson
  DATE CREATED: 29/11/2010

  Bridge between existing code and kiss_fft.

\*---------------------------------------------------------------------------*/

#ifndef __FFT__
#define __FFT__
void fft(float x[], int n, int isign);

#endif	/* __FFT__ */