Searched refs:arm_spline_f32 (Results 1 – 5 of 5) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | InterpolationTestsF32.cpp | 70 arm_spline_f32(&S, outX, outp, 20); in test_spline_square_f32() 89 arm_spline_f32(&S, outX, outp, 33); in test_spline_sine_f32() 108 arm_spline_f32(&S, outX, outp, 30); in test_spline_ramp_f32()
|
/cmsis-dsp-latest/Include/dsp/ |
D | interpolation_functions.h | 131 void arm_spline_f32(
|
/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | arm_spline_interp_f32.c | 146 ARM_DSP_ATTRIBUTE void arm_spline_f32( in arm_spline_f32() function
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp6.py | 55 yres=dsp.arm_spline_f32(splineInst,xnew)
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_interpolation.c | 860 arm_spline_f32(selfS->instance,pSrc_converted,pDst,blockSize); in cmsis_arm_spline_f32()
|