通过Matlab生成.coe


如图所示设计fir滤波器

通过Matlab生成.coe_第1张图片


然后在matla中输入
>> fid=fopen('d:/fir.txt','wt');
>> fprintf(fid,'%16.0f,',h1);
>> fclose(fid);



打开生成的txt,在文本前面添加:

radix=10;
Coefficient_Width = 14;
coefdata=

保存后最后将文件的后缀修改成为.coe

你可能感兴趣的:(matlab,FPGA,Xilinx,Fir)