LIBML  Version 3.2.4
LIBML DSP Software Library
tpt_dtw_distance_f32.c File Reference
#include "tpt_math.h"
Include dependency graph for tpt_dtw_distance_f32.c:
#define E(MAT, R, C)   (*(MAT + nCols * (R) + (C)))
 Dynamic Time Warping distance. More...
 
#define WIN(R, C)    ((pWindow == NULL) ? 1 : ((*(pWindow + nCols * (R) + (C))) == 1))
 
#define F32_MAX   ((f32_t)__FLT_MAX__)
 
tpt_status tpt_dtw_distance_f32 (f32_t *pDTW, f32_t *distance, const f32_t *pDistance, const q7_t *pWindow, uint32_t nRows, uint32_t nCols)