44 #include "sphinxbase/fe.h"
45 #include "sphinxbase/fixpoint.h"
47 #if defined(FIXED_POINT)
48 typedef fixed32 frame_t;
49 typedef int32 powspec_t;
50 typedef fixed32 window_t;
51 typedef struct { fixed32 r, i; }
complex;
53 typedef float64 frame_t;
54 typedef float64 powspec_t;
55 typedef float64 window_t;
56 typedef struct { float64 r, i; }
complex;