Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIMHO you should replace sum(coefs) with sum(abs(coefs)) everywhere, and the algorithm will work a lot better.
Read a book on convolution and you will find out why.IMHO you should replace sum(coefs) with sum(abs(coefs)) everywhere, and the algorithm will work a lot better.
Read a book on convolution and you will find out why.