1 /* 2 3 Generated with CMSIS-DSP SDF Scripts. 4 The generated code is not covered by CMSIS-DSP license. 5 6 The support classes and code is covered by CMSIS-DSP license. 7 8 */ 9 10 #ifndef _SCHED_H_ 11 #define _SCHED_H_ 12 13 #ifdef __cplusplus 14 extern "C" 15 { 16 #endif 17 18 extern uint32_t scheduler(int *error,const q15_t *window, 19 const q15_t *coef_q15, 20 const int coef_shift, 21 const q15_t intercept_q15, 22 const int intercept_shift); 23 24 #ifdef __cplusplus 25 } 26 #endif 27 28 #endif 29 30