Searched refs:fir_coefs (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | coef.cpp | 5 const q15_t fir_coefs[NUMTAPS]={3277,3277,3277,3277,3277,3277,3277,3277,3277,3277, variable
|
D | coef.h | 34 extern const q15_t fir_coefs[NUMTAPS];
|
D | AppNodes.h | 163 arm_status status=arm_fir_init_q15(&(this->firq15),NUMTAPS,fir_coefs,state,blockSize); in run()
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 2102 "const q15_t fir_coefs[NUMTAPS]=%s;\n",
|