GNU Radio's LFAST Package
clSComplex.h
Go to the documentation of this file.
1 /*
2  * clSComplex.h
3  *
4  * Created on: Feb 9, 2017
5  * Author: root
6  */
7 
8 #ifndef INCLUDE_CLENABLED_CLSCOMPLEX_H_
9 #define INCLUDE_CLENABLED_CLSCOMPLEX_H_
10 
11 
12 struct ComplexStruct {
13  float real;
14  float imag;
15 };
16 
17 typedef struct ComplexStruct SComplex;
18 
19 #endif /* INCLUDE_CLENABLED_CLSCOMPLEX_H_ */
float imag
Definition: clSComplex.h:14
Definition: clSComplex.h:12
float real
Definition: clSComplex.h:13