Struct fft_state_t¶
#include <fft_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| size_t | n |
| pocketfft_plan * | plan_f32 |
| pocketfft_plan * | plan_f64 |
| int | sign |
Public Attributes Documentation¶
variable n¶
Transform length (samples).
variable plan_f32¶
CF32 1-D plan.
variable plan_f64¶
CF64 1-D plan.
variable sign¶
-1 forward, +1 inverse.
The documentation for this class was generated from the following file native/inc/fft/fft_core.h