bl_mcu_sdk/examples/dsp/StatisticsFunctions_part1/array.h

11 lines
846 B
C

// Array for StatisticsFunctions part1
#define ARRAY_SIZE 230
float32_t f32_array[ARRAY_SIZE] = {
-94.118553, 91.433388, -2.924870, 60.056095, -71.622734, -15.647743, 83.147102, 58.441467, 99.898483, 31.148140, -92.857666, 69.825859, 86.798653, 35.747032, 51.548027, 48.626495, -21.554596, 31.095577, -65.762665, 41.209217, -93.633430, -44.615402, -90.765724, 0};
q7_t q7_array[ARRAY_SIZE] = {
-104, 82, 49, -47, 115, -120, -16, -31, 67, 75, -81, -3, -14, 37, 53, 65, -58, 46, 39, -87, -98, -1, 117, 0};
q15_t q15_array[ARRAY_SIZE] = {
-41, 21, -71, 64, -63, 1, 50, 100, 117, 12, -93, -90, -63, 87, -63, 80, -66, 109, -39, -78, -64, 29, -7, 0};
q31_t q31_array[ARRAY_SIZE] = {
-9722, 21681, 5587, 3258, 27341, -14036, 16855, 16628, -7836, 4444, -27797, -29233, 2018, 18295, 28443, -24255, 4510, -2007, -31988, -10675, -22140, 19286, -12373, 0};