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
13 float real;
14 float imag;
15};
16
17typedef struct ComplexStruct SComplex;
18
19#endif /* INCLUDE_CLENABLED_CLSCOMPLEX_H_ */
struct ComplexStruct SComplex
Definition clSComplex.h:17
Definition clSComplex.h:12
float real
Definition clSComplex.h:13
float imag
Definition clSComplex.h:14