You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/PythonWrapper/docs/source/fixedpoint.rst

14 lines
322 B
ReStructuredText

Fixed point
===========
Fixed point extensions
.. autofunction:: cmsisdsp.fixedpoint.toQ31
.. autofunction:: cmsisdsp.fixedpoint.toQ15
.. autofunction:: cmsisdsp.fixedpoint.toQ7
.. autofunction:: cmsisdsp.fixedpoint.Q31toF32
.. autofunction:: cmsisdsp.fixedpoint.Q15toF32
.. autofunction:: cmsisdsp.fixedpoint.Q7toF32