![]() |
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 (4096) |
| #define | MIN_LENGTH_SAMPLES_CPX (2) |
| #define | MIN_LENGTH_SAMPLES_REAL (MIN_LENGTH_SAMPLES_CPX) |
| #define | SNR_THRESHOLD_INT16 15.0f |
| #define | TEST_COUNT 250000 |
| #define MIN_LENGTH_SAMPLES_CPX (2) |
Definition at line 48 of file test_suite_fft_int16.c.
| #define MIN_LENGTH_SAMPLES_REAL (MIN_LENGTH_SAMPLES_CPX) |
Definition at line 49 of file test_suite_fft_int16.c.
| #define SNR_THRESHOLD_INT16 15.0f |
Definition at line 51 of file test_suite_fft_int16.c.
| #define TEST_COUNT 250000 |
Definition at line 53 of file test_suite_fft_int16.c.
| #define TEST_LENGTH_SAMPLES (4096) |
Definition at line 47 of file test_suite_fft_int16.c.
1.8.11