数字滤波器用FPGA实现
数字滤波器,能够通过,希望可以帮到各位
librarywork;
usework.eight_bit_int.all;
libraryieee;
useieee.std_logic_1164.all;
useieee.std_logic_arith.all;
entityfirfilteris
port(clk:instd_logic;
x:infbyte;
y:outfbyte);
endfirfilter;
下载地址
用户评论
很不错,很有参考价值的程序
好资料,很好的参考程序