/* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. iem_bin_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2003 */ #ifndef __IEMBINAMBI_H__ #define __IEMBINAMBI_H__ typedef struct { float real; float imag; } BIN_AMBI_COMPLEX; #endif