Searched refs:intercept_shift (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | scheduler.cpp | 76 const int intercept_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 | 22 const int intercept_shift=2; variable
|
D | coef.h | 39 extern const int intercept_shift;
|
D | scheduler.h | 22 const int intercept_shift);
|
D | AppNodes.h | 306 const int intercept_shift):GenericNode<q15_t,inputSize,q15_t,1>(src,dst), in KWS() argument 310 mIntercept_shift(intercept_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 … __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shift): argument 137 self._intercept_shift=intercept_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 | 1151 "intercept_shift = 0\n", 1154 " intercept_shift = intercept_shift + 1\n", 1298 " scaled=dsp.arm_shift_q31(np.array([intercept_q31]),intercept_shift-coef_shift)[0]\n", 1411 "intercept_shift = 0\n", 1414 " intercept_shift = intercept_shift + 1\n", 1531 " scaled=dsp.arm_shift_q15(np.array([intercept_q15]),intercept_shift-coef_shift)[0]\n", 1785 " kws.addVariableArg(\"intercept_shift\")\n", 1816 … conf.pyOptionalArgs=\"input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shift\"\n", 1825 " const int intercept_shift\"\"\"\n", 2014 "nb,error = s.scheduler(dataQ15,windowQ15,coef_q15,coef_shift,intercept_q15,intercept_shift)" [all …]
|