summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/codec2/fft.h
blob: d5f83045e10eb0afa5e266e98a8a1bd29f6e7c69 (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__ */