Hi.
I am using the function dsp_fir_gen ,
The input is a gray level matrice ( 0 to 255 gray level) , The coefficient array is 0,-40,-55,-44,-25,-10 .
The output is zero ,
The C implementation of the function is using the line r[j] = sum >> 15;
It looks like this line makes the output array zero . Please Advise. Ephraim Oved.