Searched refs:dtwMatrix (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example_1_11.py | 98 status,dtwDistance,dtwMatrix = dsp.arm_dtw_distance_f32(distance,None) variable 102 assert_allclose(referenceCost,dtwMatrix) 106 path=dsp.arm_dtw_path_f32(np.copy(dtwMatrix)) 108 pathMatrix=np.zeros(dtwMatrix.shape) 118 text = ax.text(j, i, "%.1f" % dtwMatrix[i, j], 150 status,dtwDistance,dtwMatrix = dsp.arm_dtw_distance_f32(distance,w) variable 154 assert_allclose(referenceCost[w==1],dtwMatrix[w==1])
|