Lines Matching refs:fix
55 "import cmsisdsp.fixedpoint as fix\n",
1148 "coef_q31=fix.toQ31(scaled_coef)\n",
1156 "intercept_q31=fix.toQ31(scaled_intercept)"
1231 " window=fix.toQ31(hann(winLength,sym=False))\n",
1238 …" dsp.arm_fir_init_q31(firq31,10,fix.toQ31(np.ones(10)/10.0),np.zeros(stateLength,dtype=np.int3…
1271 "feat=fix.Q31toF32(dsp_feature_q31(fix.toQ31(data)))\n",
1351 "y_pred_ref = [dsp_predict_q31(dsp_feature_q31(fix.toQ31(x.signal))) for x in test_patterns]\n",
1408 "coef_q15=fix.toQ15(scaled_coef)\n",
1416 "intercept_q15=fix.toQ15(scaled_intercept)"
1483 " window=fix.toQ15(hann(winLength,sym=False))\n",
1490 …" dsp.arm_fir_init_q15(firq15,10,fix.toQ15(np.ones(10)/10.0),np.zeros(stateLength,dtype=np.int1…
1515 "feat=fix.Q15toF32(dsp_feature_q15(fix.toQ15(data)))\n",
1576 "y_pred_ref = [dsp_predict_q15(dsp_feature_q15(fix.toQ15(x.signal))) for x in test_patterns]\n",
2011 "dataQ15=fix.toQ15(data)\n",
2012 "windowQ15=fix.toQ15(hann(winLength,sym=False))\n",
2060 "coef_q15=fix.toQ15(scaled_coef)\n",
2068 "intercept_q15=fix.toQ15(scaled_intercept)"
2115 " fir_coef = carray(fix.toQ15(np.ones(10)/10.0))\n",
2116 " winq15=carray(fix.toQ15(hann(winLength,sym=False)))\n",