Project Ne10
An open, optimized software library for the ARM architecture.
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "NE10_dsp.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_INT32 25.0f |
#define | TEST_COUNT 250000 |
#define | NE10_FFT_PARA_LEVEL 4 |
#define MIN_LENGTH_SAMPLES_CPX (2) |
Definition at line 48 of file test_suite_fft_int32.c.
#define MIN_LENGTH_SAMPLES_REAL (MIN_LENGTH_SAMPLES_CPX) |
Definition at line 49 of file test_suite_fft_int32.c.
#define NE10_FFT_PARA_LEVEL 4 |
Definition at line 55 of file test_suite_fft_int32.c.
#define SNR_THRESHOLD_INT32 25.0f |
Definition at line 51 of file test_suite_fft_int32.c.
#define TEST_COUNT 250000 |
Definition at line 53 of file test_suite_fft_int32.c.
#define TEST_LENGTH_SAMPLES (32768) |
Definition at line 47 of file test_suite_fft_int32.c.