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

#include <NE10_types.h>

Public Attributes

ne10_float32_t r
 
ne10_float32_t i
 

Detailed Description

Examples:
NE10_sample_complex_fft.c, and NE10_sample_real_fft.c.

Definition at line 230 of file NE10_types.h.

Member Data Documentation

ne10_float32_t ne10_fft_cpx_float32_t::i
Examples:
NE10_sample_complex_fft.c.

Definition at line 233 of file NE10_types.h.

ne10_float32_t ne10_fft_cpx_float32_t::r
Examples:
NE10_sample_complex_fft.c.

Definition at line 232 of file NE10_types.h.


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