Lines Matching refs:toQ15
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",