FFTLIB User Guide
FFTLIB_ifft1d_i32fc_c32fc_o32fc_cn.h
Go to the documentation of this file.
1 /*******************************************************************************
2 **+--------------------------------------------------------------------------+**
3 **| **** |**
4 **| **** |**
5 **| ******o*** |**
6 **| ********_///_**** |**
7 **| ***** /_//_/ **** |**
8 **| ** ** (__/ **** |**
9 **| ********* |**
10 **| **** |**
11 **| *** |**
12 **| |**
13 **| Copyright (c) 2017 Texas Instruments Incorporated |**
14 **| ALL RIGHTS RESERVED |**
15 **| |**
16 **| Permission to use, copy, modify, or distribute this software, |**
17 **| whether in part or in whole, for any purpose is forbidden without |**
18 **| a signed licensing agreement and NDA from Texas Instruments |**
19 **| Incorporated (TI). |**
20 **| |**
21 **| TI makes no representation or warranties with respect to the |**
22 **| performance of this computer program, and specifically disclaims |**
23 **| any responsibility for any damages, special or consequential, |**
24 **| connected with the use of this program. |**
25 **| |**
26 **+--------------------------------------------------------------------------+**
27 *******************************************************************************/
28 
29 #ifndef FFTLIB_FFT1D_I32FC_C32FC_O32FC_CN_H_
30 #define FFTLIB_FFT1D_I32FC_C32FC_O32FC_CN_H_ 1
31 
32 #include "../../common/FFTLIB_types.h"
33 
36  FFTLIB_bufParams1D_t *bufParamsX,
37  FFTLIB_F32 * pW,
38  FFTLIB_bufParams1D_t *bufParamsW,
39  FFTLIB_F32 * pY,
40  FFTLIB_bufParams1D_t *bufParamsY);
41 
43  FFTLIB_F32 * pX,
44  FFTLIB_bufParams1D_t *bufParamsX,
45  FFTLIB_F32 * pW,
46  FFTLIB_bufParams1D_t *bufParamsW,
47  FFTLIB_F32 * pY,
48  FFTLIB_bufParams1D_t *bufParamsY);
49 
50 #endif
FFTLIB_STATUS FFTLIB_ifft1d_i32fc_c32fc_o32fc_checkParams_cn(FFTLIB_F32 *pX, FFTLIB_bufParams1D_t *bufParamsX, FFTLIB_F32 *pW, FFTLIB_bufParams1D_t *bufParamsW, FFTLIB_F32 *pY, FFTLIB_bufParams1D_t *bufParamsY)
FFTLIB_STATUS FFTLIB_ifft1d_i32fc_c32fc_o32fc_cn(FFTLIB_F32 *pX, FFTLIB_bufParams1D_t *bufParamsX, FFTLIB_F32 *pW, FFTLIB_bufParams1D_t *bufParamsW, FFTLIB_F32 *pY, FFTLIB_bufParams1D_t *bufParamsY)
FFTLIB_STATUS_NAME
The enumeration of all status codes.
Definition: FFTLIB_types.h:169
float FFTLIB_F32
Single precision floating point.
Definition: FFTLIB_types.h:166
A structure for a 1 dimensional buffer descriptor.