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