FFT 1D operator parameter.
Member
| Member Name | Description |
|---|---|
pSize | FFT points support the types in hbFFTPointSize. |
normalize | Reserved parameter, defaults 0. Whether specification is performed is identified by 0 for non-specification and other values for specification. |
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 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.