Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- I need to perform convolution between 2 matrices in verilog : a 7x7 matrix that holds complex double values and a 72x300 matrix that stores double values. How should I store such a matrix in rom? Also creating 72x300 matrix involves storing large number of coefficients. I am not able to understand how to initialize them and use them to perform convolution. Please help! --- Quote End --- Is there no solution ? Please help..