I am using dsplib for c5515.
The correlation function have an argument as type which can be raw, bias and unbias.
Could any one explain the difference of them?
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.
I am using dsplib for c5515.
The correlation function have an argument as type which can be raw, bias and unbias.
Could any one explain the difference of them?
Hi Jingrui,
See page 58 of the TMS320C55x DSP Library Programmer's Reference from the DSPLIB download page: http://www.ti.com/tool/sprc100
Hope this helps,
Mark
Hi Mark,
Thanks for your reply.
Could you explain how this algorithm is working for raw type?
let's say if example x = {100,200,300,400,500}; and y = { 600,700,800,900,1000};
Because when x is offset to index more than 4 like x[5] * y[5], I don't know what is this outofindexbound element.
Thanks,
Jingrui