CMSIS-DSP
Verison 1.1.0
CMSIS DSP Software Library
|
Defines | |
#define | MAX_BLOCKSIZE |
#define | DELTA |
Variables | |
float32_t | wire1 [MAX_BLOCKSIZE] |
float32_t | wire2 [MAX_BLOCKSIZE] |
float32_t | wire3 [MAX_BLOCKSIZE] |
float32_t | testInput_f32 [32] |
uint32_t | blockSize |
float32_t | refVarianceOut |
Functions | |
int32_t | main (void) |
#define DELTA |
Referenced by main().
#define MAX_BLOCKSIZE |
uint32_t blockSize |
Referenced by main().
int32_t main | ( | void | ) |
References arm_copy_f32(), arm_dot_prod_f32(), arm_fill_f32(), ARM_MATH_SUCCESS, ARM_MATH_TEST_FAILURE, arm_mult_f32(), arm_sub_f32(), blockSize, DELTA, mean, refVarianceOut, status, testInput_f32, wire1, wire2, and wire3.