Project Ne10
An open, optimized software library for the ARM architecture.
Macros
test_suite_fft_float32.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "NE10_dsp.h"
#include "NE10_macros.h"
#include "seatest.h"
#include "unit_test_common.h"

Go to the source code of this file.

Macros

#define TEST_LENGTH_SAMPLES   (32768)
 
#define MIN_LENGTH_SAMPLES_CPX   (2)
 
#define MIN_LENGTH_SAMPLES_REAL   (MIN_LENGTH_SAMPLES_CPX)
 
#define SNR_THRESHOLD_FLOAT32   90.0f
 
#define TEST_COUNT   10000000
 
#define NE10_FFT_PARA_LEVEL   4
 

Macro Definition Documentation

#define MIN_LENGTH_SAMPLES_CPX   (2)

Definition at line 49 of file test_suite_fft_float32.c.

#define MIN_LENGTH_SAMPLES_REAL   (MIN_LENGTH_SAMPLES_CPX)

Definition at line 50 of file test_suite_fft_float32.c.

#define NE10_FFT_PARA_LEVEL   4

Definition at line 55 of file test_suite_fft_float32.c.

#define SNR_THRESHOLD_FLOAT32   90.0f

Definition at line 51 of file test_suite_fft_float32.c.

#define TEST_COUNT   10000000

Definition at line 53 of file test_suite_fft_float32.c.

#define TEST_LENGTH_SAMPLES   (32768)

Definition at line 48 of file test_suite_fft_float32.c.