FFTLIB User Guide
fftlib.h
Go to the documentation of this file.
1 /******************************************************************************
2  * *
3  * module name :FFTLIB *
4  * *
5  * module descripton :Matrix Multiply Accelerator Library module for C7x+MMA *
6  * *
7  * Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/ *
8  * ALL RIGHTS RESERVED *
9  * *
10  ******************************************************************************/
11 
22 #ifndef _FFTLIB_H_
23 #define _FFTLIB_H_
24 
26 #include "common/FFTLIB_types.h"
27 
28 #include "fft_c7x/c7x_fft.h"
29 
30 #endif /*_FFTLIB_H_*/
31 /******************************************************************************
32  * *
33  * module name :FFTLIB *
34  * *
35  * module descripton :Matrix Multiply Accelerator Library module for C7x+MMA *
36  * *
37  * Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/ *
38  * ALL RIGHTS RESERVED *
39  * *
40  ******************************************************************************/
41 
52 #ifndef _FFTLIB_H_
53 #define _FFTLIB_H_
54 
56 #include "common/FFTLIB_types.h"
57 
58 #include "fft_c7x/c7x_fft.h"
59 #include "fft_c7xmma/fftlib_fft.h"
60 
61 #endif /*_FFTLIB_H_*/
62 /******************************************************************************
63  * *
64  * module name :FFTLIB *
65  * *
66  * module descripton :Matrix Multiply Accelerator Library module for C7x+MMA *
67  * *
68  * Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/ *
69  * ALL RIGHTS RESERVED *
70  * *
71  ******************************************************************************/
72 
83 #ifndef _FFTLIB_H_
84 #define _FFTLIB_H_
85 
87 #include "common/FFTLIB_types.h"
88 
89 #include "fft_c7x/c7x_fft.h"
90 #include "fft_c7xmma/fftlib_fft.h"
91 
92 #endif /*_FFTLIB_H_*/
File to hold buffer parameter related info for FFTLIB.
File to hold common structure, enums, macros and functions for FFTLIB.
File to hold buffer parameter related info for FFTLIB.