Searched refs:arm_cmplx_mag_squared_q31 (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | arm_cmplx_mag_squared_q31.c | 53 ARM_DSP_ATTRIBUTE void arm_cmplx_mag_squared_q31( in arm_cmplx_mag_squared_q31() function 107 ARM_DSP_ATTRIBUTE void arm_cmplx_mag_squared_q31( in arm_cmplx_mag_squared_q31() function
|
D | Config.cmake | 26 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_squared_q31.c)
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | ComplexMathsBenchmarksQ31.cpp | 24 arm_cmplx_mag_squared_q31(this->inp1,this->outp,this->nb); in vec_mag_squared_q31()
|
/cmsis-dsp-latest/Include/dsp/ |
D | complex_math_functions.h | 117 void arm_cmplx_mag_squared_q31(
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | ComplexTestsQ31.cpp | 76 arm_cmplx_mag_squared_q31(inp1,outp,input1.nbSamples() >> 1 ); in test_cmplx_mag_squared_q31()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_complexf.c | 236 arm_cmplx_mag_squared_q31(pSrc_converted,pDst,numSamples); in cmsis_arm_cmplx_mag_squared_q31()
|
/cmsis-dsp-latest/Testing/ |
D | desc.txt | 1708 Test nb=3 arm_cmplx_mag_squared_q31:test_cmplx_mag_squared_q31 1709 Test nb=4n arm_cmplx_mag_squared_q31:test_cmplx_mag_squared_q31 1710 Test nb=4n+1 arm_cmplx_mag_squared_q31:test_cmplx_mag_squared_q31 1722 Test long arm_cmplx_mag_squared_q31:test_cmplx_mag_squared_q31
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | Noise suppression.ipynb | 1244 " energy = dsp.arm_cmplx_mag_squared_q31(v)\n", 1309 " self._noise = dsp.arm_cmplx_mag_squared_q31(resultR)\n", 1451 " energy = dsp.arm_cmplx_mag_squared_q31(vq31)\n", 1559 " self._noise = dsp.arm_cmplx_mag_squared_q31(resultRQ31)\n",
|