hbFFT2D
FFT 2D operator parameter.
-
Member
Note
Specification refers to some form of scaling of the FFT results so that the results meet specific criteria or are easily interpreted.
The API for calling the FFT 2D.
When the imaginary data type is HB_HPL_DATA_TYPE_I16 or HB_HPL_DATA_TYPE_I32, its data layout format is only supported as HB_IM_FORMAT_SEPARATE. When the imaginary data type is HB_HPL_DATA_TYPE_F32, its data layout format is only supported as HB_IM_FORMAT_INTERLEAVED.
-
Parameter
- [out]
taskHandleTask handle is responsible for the interaction of the operator with the UCP architecture. - [out]
dstOutput dummy data including type, format and dimension information is consistent with the input. - [in]
srcEnter the dummy data. - [in]
paramOperator parameter.
- [out]
-
Return Value
- Return
0means the API was successfully executed, otherwise the execution failed.
- Return
