Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
Dscheduler.cpp74 const int coef_shift, 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.cpp21 const int coef_shift=1; variable
Dcoef.h38 extern const int coef_shift;
Dscheduler.h20 const int coef_shift,
DAppNodes.h304 const int coef_shift, in KWS() argument
308 mCoef_shift(coef_shift), in KWS()
Dkws.ino78 nb = scheduler(&error,window,coef_q15,coef_shift,intercept_q15,intercept_shift);
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dappnodes.py132 …def __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shi… argument
135 self._coef_shift=coef_shift
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.ipynb1143 "coef_shift=0\n",
1146 " coef_shift = coef_shift + 1\n",
1298 " scaled=dsp.arm_shift_q31(np.array([intercept_q31]),intercept_shift-coef_shift)[0]\n",
1403 "coef_shift=0\n",
1406 " coef_shift = coef_shift + 1\n",
1531 " scaled=dsp.arm_shift_q15(np.array([intercept_q15]),intercept_shift-coef_shift)[0]\n",
1783 " kws.addVariableArg(\"coef_shift\")\n",
1816 …" conf.pyOptionalArgs=\"input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shif…
1823 " const int coef_shift,\n",
2014 "nb,error = s.scheduler(dataQ15,windowQ15,coef_q15,coef_shift,intercept_q15,intercept_shift)"
[all …]