IFFT 1D operator parameter.
Member
| Member Name | Description |
|---|---|
pSize | IFFT points support the types inhbFFTPointSize. |
normalize | Reserved parameter, defaults 0. Whether specification is performed is identified by 0 for non-specification and other values for specification. |
The API for calling the IFFT 1D.
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
taskHandle Task handle is responsible for the interaction of the operator with the UCP architecture.dst Output dummy data including type, format and dimension information is consistent with the input.src Enter the dummy data.param Operator parameter.Return Value
0 means the API was successfully executed, otherwise the execution failed.