Home
last modified time | relevance | path

Searched refs:fir_coefs (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
Dcoef.cpp5 const q15_t fir_coefs[NUMTAPS]={3277,3277,3277,3277,3277,3277,3277,3277,3277,3277, variable
Dcoef.h34 extern const q15_t fir_coefs[NUMTAPS];
DAppNodes.h163 arm_status status=arm_fir_init_q15(&(this->firq15),NUMTAPS,fir_coefs,state,blockSize); in run()
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb2102 "const q15_t fir_coefs[NUMTAPS]=%s;\n",