Searched refs:firq15 (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | AppNodes.h | 163 arm_status status=arm_fir_init_q15(&(this->firq15),NUMTAPS,fir_coefs,state,blockSize); in run() 165 arm_fir_q15(&(this->firq15),a,b,blockSize); in run() 169 arm_fir_instance_q15 firq15; variable
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 1453 "firq15 = dsp.arm_fir_instance_q15()" 1490 …" dsp.arm_fir_init_q15(firq15,10,fix.toQ15(np.ones(10)/10.0),np.zeros(stateLength,dtype=np.int1… 1491 " reta=dsp.arm_fir_q15(firq15,reta)\n",
|