File: ltfat_complexindependent.c

package info (click to toggle)
python-ltfatpy 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,412 kB
  • sloc: ansic: 8,546; python: 6,470; makefile: 15
file content (25 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifdef LTFAT_COMPLEXTYPE
#  undef LTFAT_COMPLEXTYPE
#endif // LTFAT_COMPLEXTYPE

#include "ltfat.h"

#include "ltfat_types.h"

#include "goertzel.c"
#include "wavelets.c"
#include "spread.c"
#include "ciutils.c"


#define LTFAT_COMPLEXTYPE
#include "ltfat_types.h"

#include "wavelets.c"
#include "goertzel.c"
#include "spread.c"
#include "ciutils.c"

#undef LTFAT_COMPLEXTYPE