This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TDA3XEVM: change of NumBins in function vcop_vec_L_matrix_u16_Mag()

Part Number: TDA3XEVM

Tool/software: Code Composer Studio

Hi

According to TI SDK,PROCESSOR_SDK_VISION_03_03_00_00\ti_components\algorithms\eve_sw_01_18_01_00\kernels\vlib\vcop_location_matrix\test,

vcop_vec_L_matrix_u16_Mag(binBlk, (unsigned short *)magBlk, (unsigned short *)outBlk1, (unsigned short *)outBlk2, (unsigned int *)outBlk1, (unsigned int *)outBlk2, width, height, Bins,binIdxArray);

params->numBins             = 6;

I have run the test and the result turned out to be correct.

But when I change the numBins to 9,there is no result in outBlk1 and outBlk2.

Is there anything you can do to help me?

Thanks.