Searched refs:coef_shift (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | scheduler.cpp | 74 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()
|
D | coef.cpp | 21 const int coef_shift=1; variable
|
D | coef.h | 38 extern const int coef_shift;
|
D | scheduler.h | 20 const int coef_shift,
|
D | AppNodes.h | 304 const int coef_shift, in KWS() argument 308 mCoef_shift(coef_shift), in KWS()
|
D | kws.ino | 78 nb = scheduler(&error,window,coef_q15,coef_shift,intercept_q15,intercept_shift);
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | appnodes.py | 132 …def __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shi… argument 135 self._coef_shift=coef_shift
|
D | sched.py | 43 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)
|
D | kws.ipynb | 1143 "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 …]
|