Forum Discussion
Altera_Forum
Honored Contributor
15 years agoproblem to generate .coe file
sir i want to create .coe file for hamming window,for further use it in block ram. problem is,.coe file is generated without any coefficients in it.following is my code : clear all N=32; wr =...
Altera_Forum
Honored Contributor
15 years agoYou need to write something in the file between the fopen() and fclose() function calls, or your file will be empty.