aboutsummaryrefslogtreecommitdiff
path: root/src/iem_bin_ambi.h
blob: 1757d2e463212f276daf07dad6d487493c9bfcee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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