Home
last modified time | relevance | path

Searched refs:scaled (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dappnodes.py147scaled=dsp.arm_shift_q15(np.array([self._intercept_q15]),self._intercept_shift-self._coef_shift)[0]
150 scaled = np.int64(scaled) << 15
152 res = res + scaled
Dkws.ipynb1298 " scaled=dsp.arm_shift_q31(np.array([intercept_q31]),intercept_shift-coef_shift)[0]\n",
1301 " scaled = np.int64(scaled) << 17 \n",
1303 " res = res + scaled\n",
1531 " scaled=dsp.arm_shift_q15(np.array([intercept_q15]),intercept_shift-coef_shift)[0]\n",
1534 " scaled = np.int64(scaled) << 15 \n",
1536 " res = res + scaled\n",
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
DAppNodes.h325 q15_t scaled; in run() local
326 arm_shift_q15(&(this->mIntercept_q15),this->mIntercept_shift-this->mCoef_shift,&scaled,1); in run()
329 q63_t scaled_Q30 = (q63_t)(scaled) << 15; in run()
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp5.py92 scaled= np.dot(a.T , w) variable
93 print(scaled)
94 ref=scaled/np.sum(w)
DNoise suppression.ipynb541 " scaled=energy>>25 \n",
542 " if scaled > 0x7FFFFFFF:\n",
544 " elif scaled < -0x80000000:\n",
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in1804 # the HTML output. These images will generally look nicer at scaled resolutions.