function kfr_dft_real_create_plan_f32(int, KFR_DFT_PACK_FORMAT) capi¶
KFR_DFT_REAL_PLAN_F32* kfr_dft_real_create_plan_f32(size_t size,
KFR_DFT_PACK_FORMAT pack_format) Create a real DFT plan (Single precision).
| size | Size of the real DFT. Must be even. |
| pack_format | Packing format for the DFT. |
Pointer to the created DFT plan. Use kfr_dft_real_delete_plan_f** to free. |
Defined at capi.h:380