Rate This Document
Findability
Accuracy
Completeness
Readability

kml_ffth_execute_dft_scale_r2c

Execute the created FFT plan. However, kml_ffth_execute_dft_scale_r2c can accept new input and output data different from the plan data as parameters.

Interface Definition

C interface:

void kml_ffth_execute_dft_scale_r2c(const kml_ffth_plan p, __fp16 *in, kml_ffth_float_complex *out);

Parameters

Parameter

Data Type

Description

Input/Output

p

const kml_ffth_plan

FFT plan obtained by calling the plan function.

Input

in

__fp16*

Inputs the data to be transformed.

Input

out

kml_ffth_float_complex*

Outputs the data generated using FFT.

Output

Dependencies

C: "kfft.h"

Examples

See R2C Transforms.