Home
last modified time | relevance | path

Searched refs:intercept_q15 (Results 1 – 9 of 9) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/kws_example/kws/
Dscheduler.cpp75 const q15_t intercept_q15, in scheduler() argument
107 KWS<q15_t,98,q15_t,1> kws(fifo4,fifo5,coef_q15,coef_shift,intercept_q15,intercept_shift); in scheduler()
Dcoef.cpp20 const q15_t intercept_q15 = -18108; variable
Dcoef.h37 extern const q15_t intercept_q15 ;
Dscheduler.h21 const q15_t intercept_q15,
DAppNodes.h305 const q15_t intercept_q15, in KWS() argument
309 mIntercept_q15(intercept_q15), in KWS()
Dkws.ino78 nb = scheduler(&error,window,coef_q15,coef_shift,intercept_q15,intercept_shift);
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/kws_example/
Dappnodes.py132 …def __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shi… argument
136 self._intercept_q15=intercept_q15
Dsched.py43 def scheduler(input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shift): argument
65 kws = KWS(98,1,fifo4,fifo5,coef_q15,coef_shift,intercept_q15,intercept_shift)
Dkws.ipynb1416 "intercept_q15=fix.toQ15(scaled_intercept)"
1531 " scaled=dsp.arm_shift_q15(np.array([intercept_q15]),intercept_shift-coef_shift)[0]\n",
1784 " kws.addVariableArg(\"intercept_q15\")\n",
1816 …" conf.pyOptionalArgs=\"input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shif…
1824 " const q15_t intercept_q15,\n",
2014 "nb,error = s.scheduler(dataQ15,windowQ15,coef_q15,coef_shift,intercept_q15,intercept_shift)"
2068 "intercept_q15=fix.toQ15(scaled_intercept)"
2107 "const q15_t intercept_q15 = %d;\n",
2120 " intercept_q15,\n",