Home
last modified time | relevance | path

Searched refs:Q15toF32 (Results 1 – 13 of 13) sorted by relevance

/cmsis-dsp-3.5.0/PythonWrapper/examples/
Dtestdsp3.py9 print(f.Q15toF32(r)*16.0)
45 print(err,f.Q15toF32(r))
54 print(err,f.Q15toF32(r))
Dtestdsp2.py62 print(f.Q15toF32(i[0]),i[1])
95 print(f.Q15toF32(i[0]),i[1])
122 print(f.Q15toF32(b))
148 print(f.Q15toF32(c))
192 print(f.Q15toF32(c[1]))
222 print(f.Q15toF32(r[1]))
242 a=f.Q15toF32(dsp.arm_fill_q15(f.toQ15(v),nb))
268 print(realToIm2D(f.Q15toF32(r[1])))
Dexample_1_9.py90 outputF32 = f.Q15toF32(outputQ15)
105 outputF32 = f.Q15toF32(outputQ15)
160 outputF32 = f.Q15toF32(outputQ15)
Dtestdsp.py126 def Q15toF32(x): function
265 resultR=Q15toF32(resultR)
293 resultI=Q15toF32(resultI)*(1 << 7)
328 resultI=Q15toF32(resultI)*(1 << 7)
Dexample_1_4.py57 resq15=4*f.Q15toF32(np.array([dsp.arm_atan2_q15(yv,xv)[1] for (yv,xv) in valsQ15]))/math.pi*180
103 resQ15 = f.Q15toF32(resQ15)
Dtestrfft_all.py179 resultF = f.Q15toF32(resultQ15) * nb
191 resultF = f.Q15toF32(resultQ15)
Dtestmfccq15.py35 res=(1<<8)*f.Q15toF32(resQ15)
Dcmsisdsp_tests.ipynb327 "resultR = f.Q15toF32(resultR)\n",
DNoise suppression.ipynb983 "res_q15=fix.Q15toF32(res)\n",
1655 "plt.plot(fix.Q15toF32(cleaned_q15))\n",
1685 "audioQ15_nonr=Audio(data=fix.Q15toF32(cleaned_q15),rate=samplerate,autoplay=False)\n",
1720 "plt.plot(fix.Q15toF32(cleaned_q15))\n",
1758 "audioQ15=Audio(data=fix.Q15toF32(cleaned_q15),rate=samplerate,autoplay=False)\n",
/cmsis-dsp-3.5.0/PythonWrapper/docs/source/
Dfixedpoint.rst11 .. autofunction:: cmsisdsp.fixedpoint.Q15toF32
/cmsis-dsp-3.5.0/cmsisdsp/
Dfixedpoint.py81 def Q15toF32(x): function
/cmsis-dsp-3.5.0/Testing/PatternGeneration/
DFastMath.py21 def Q15toF32(x): function
/cmsis-dsp-3.5.0/PythonWrapper/examples/kws_example/
Dkws.ipynb1515 "feat=fix.Q15toF32(dsp_feature_q15(fix.toQ15(data)))\n",