Searched refs:convert (Results 1 – 16 of 16) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 363 constexpr static value_type convert(const float f) { in convert() function 386 constexpr static Q f(const float x){return Q(convert(x));} in f() 538 constexpr static value_type convert(const float f) { in convert() function 561 constexpr static Q f(const float x){return Q(convert(x));} in f() 696 constexpr static value_type convert(const float f) { in convert() function 719 constexpr static Q f(const float x){return Q(convert(x));} in f() 881 constexpr static value_type convert(const float f) { in convert() function 904 constexpr static Q f(const float x){return Q(convert(x));} in f() 1038 constexpr static value_type convert(const float f) { in convert() function 1061 constexpr static Q f(const float x){return Q(convert(x));} in f() [all …]
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | buildsolution.bat | 2 csolution convert -s test_ac6.csolution.yml 3 REM csolution convert -s test_gcc.csolution.yml
|
/cmsis-dsp-latest/cmsisdsp/ |
D | mfcc.py | 89 return filtLen,filtPos,dt.convert(packedFilters,dtype) 112 return dt.convert(result.reshape(numOfDctOutputs*numOfMelFilters),dtype)
|
D | datatype.py | 20 def convert(samples,format): function
|
/cmsis-dsp-latest/Testing/ |
D | convertToOld.py | 61 def convert(elem,fullPath): function 81 convert(elem,benchPath)
|
D | README.md | 508 To convert some benchmark to an older format.
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | datatype.rst | 12 .. autofunction:: cmsisdsp.datatype.convert
|
D | api.rst | 170 You convert the complex signal to the format expected by the wrapper:: 178 You convert back to a complex format to compare with scipy::
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testmfccq15.py | 20 windowQ15 = dt.convert(sig.windows.hamming(FFTSize, sym=False),Q15)
|
D | testmfccq31.py | 20 windowQ31 = dt.convert(sig.windows.hamming(FFTSize, sym=False),Q31)
|
D | cmsisdsp_tests.ipynb | 325 "# Compute the Q15 CFFT and convert back to float and complex array\n",
|
D | Noise suppression.ipynb | 67 "# To convert sound file to NumPy array\n", 1449 " # So, we convert into Q31 and do noise subtraction in Q31\n",
|
/cmsis-dsp-latest/ |
D | README.md | 128 Then, you'll need to convert a solution file into `.cprj`. For instance, for the CMSIS-DSP Examples… 134 `csolution convert -s examples.csolution_ac6.yml`
|
D | PythonWrapper_README.md | 180 You convert back to a complex format to compare with scipy:
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 1129 "First thing to do is to convert the F32 values of the ML mode into Q31.\n", 1132 "Then, we convert those rescaled values to Q31." 1185 " # When k==len(f) normally quotient is 0x40000000 and shift 1 and we convert\n", 1437 " # When k==len(f) normally quotient is 0x4000 and shift 1 and we convert\n", 2044 "Once the model is loaded, we extract the values and convert them to Q15:"
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 1591 # The HTML Help Workshop contains a compiler that can convert all HTML output
|