Project Ne10
An open, optimized software library for the ARM architecture.
Public Attributes | List of all members
ne10_fft_r2c_state_float32_t Struct Reference

#include <NE10_types.h>

Public Attributes

ne10_fft_cpx_float32_tbuffer
 
ne10_int32_t ncfft
 
ne10_int32_tfactors
 
ne10_fft_cpx_float32_ttwiddles
 
ne10_fft_cpx_float32_tsuper_twiddles
 

Detailed Description

Examples:
NE10_sample_real_fft.c.

Definition at line 269 of file NE10_types.h.

Member Data Documentation

ne10_fft_cpx_float32_t* ne10_fft_r2c_state_float32_t::buffer

Definition at line 271 of file NE10_types.h.

ne10_int32_t* ne10_fft_r2c_state_float32_t::factors

Definition at line 274 of file NE10_types.h.

ne10_int32_t ne10_fft_r2c_state_float32_t::ncfft

Definition at line 273 of file NE10_types.h.

ne10_fft_cpx_float32_t* ne10_fft_r2c_state_float32_t::super_twiddles

Definition at line 276 of file NE10_types.h.

ne10_fft_cpx_float32_t* ne10_fft_r2c_state_float32_t::twiddles

Definition at line 275 of file NE10_types.h.


The documentation for this struct was generated from the following file: