summaryrefslogtreecommitdiff
path: root/fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2020-12-20 15:18:02 +0100
committerjaseg <git@jaseg.de>2020-12-20 15:18:02 +0100
commit94f94260ace13688285fc8c62687079b26c18854 (patch)
tree4691249052e28be4d3515c6d2ed4b40545c21ea7 /fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h
parent3559d845d29272050d4d44e18e0bb84e676e48ff (diff)
downloadminikbd-94f94260ace13688285fc8c62687079b26c18854.tar.gz
minikbd-94f94260ace13688285fc8c62687079b26c18854.tar.bz2
minikbd-94f94260ace13688285fc8c62687079b26c18854.zip
Submodule-cache WIP
Diffstat (limited to 'fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h')
-rw-r--r--fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h b/fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h
deleted file mode 100644
index 5aa63eb..0000000
--- a/fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef _CONTROLLER_TEST_DATA_H_
-#define _CONTROLLER_TEST_DATA_H_
-
-/*--------------------------------------------------------------------------------*/
-/* Includes */
-/*--------------------------------------------------------------------------------*/
-
-#include "arm_math.h"
-
-/*--------------------------------------------------------------------------------*/
-/* Macros and Defines */
-/*--------------------------------------------------------------------------------*/
-
-#define CONTROLLER_MAX_LEN 1024
-#define CONTROLLER_MAX_COEFFS_LEN (12 * 3)
-#define TRANFORM_BIGGEST_INPUT_TYPE float32_t
-
-/*--------------------------------------------------------------------------------*/
-/* Variable Declarations */
-/*--------------------------------------------------------------------------------*/
-
-extern float32_t controller_output_fut[CONTROLLER_MAX_LEN];
-extern float32_t controller_output_ref[CONTROLLER_MAX_LEN];
-extern float32_t controller_output_f32_fut[CONTROLLER_MAX_LEN];
-extern float32_t controller_output_f32_ref[CONTROLLER_MAX_LEN];
-extern const float32_t controller_f32_inputs[CONTROLLER_MAX_LEN];
-extern const q31_t controller_q31_inputs[CONTROLLER_MAX_LEN];
-extern const q15_t * controller_q15_inputs;
-extern const float32_t controller_f32_coeffs[CONTROLLER_MAX_COEFFS_LEN];
-extern const q31_t controller_q31_coeffs[CONTROLLER_MAX_COEFFS_LEN];
-extern const q15_t controller_q15_coeffs[CONTROLLER_MAX_COEFFS_LEN];
-
-#endif /* _CONTROLLER_TEST_DATA_H_ */