Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
Dscheduler.cpp76 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()
Dcoef.cpp22 const int intercept_shift=2; variable
Dcoef.h39 extern const int intercept_shift;
Dscheduler.h22 const int intercept_shift);
DAppNodes.h306 const int intercept_shift):GenericNode<q15_t,inputSize,q15_t,1>(src,dst), in KWS() argument
310 mIntercept_shift(intercept_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 … __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shift): argument
137 self._intercept_shift=intercept_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.ipynb1151 "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 …]