Home
last modified time | relevance | path

Searched refs:arm_cmplx_mag_squared_q31 (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Source/ComplexMathFunctions/
Darm_cmplx_mag_squared_q31.c53 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
DConfig.cmake26 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_squared_q31.c)
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DComplexMathsBenchmarksQ31.cpp24 arm_cmplx_mag_squared_q31(this->inp1,this->outp,this->nb); in vec_mag_squared_q31()
/cmsis-dsp-latest/Include/dsp/
Dcomplex_math_functions.h117 void arm_cmplx_mag_squared_q31(
/cmsis-dsp-latest/Testing/Source/Tests/
DComplexTestsQ31.cpp76 arm_cmplx_mag_squared_q31(inp1,outp,input1.nbSamples() >> 1 ); in test_cmplx_mag_squared_q31()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_complexf.c236 arm_cmplx_mag_squared_q31(pSrc_converted,pDst,numSamples); in cmsis_arm_cmplx_mag_squared_q31()
/cmsis-dsp-latest/Testing/
Ddesc.txt1708 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/
DNoise suppression.ipynb1244 " 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",