Altera_Forum
Honored Contributor
14 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 = hamming (N); disp (wr'); filename = 'coeff.coe'; fid = fopen(filename,'wt'); fclose(fid); plz rectify the mistake in code .:cry: