搜索资源列表
IIRfilterFPGA
- 介绍了IIR 滤波器的FPGA 实现方法,给出了 IIR 数字滤波器的时序控制、延时、补码乘法和累加四个模块的设计方法,并用VHDL和FPGA 器件实现了IIR 数字滤波。-Introduction of the IIR filter FPGA implementation method of IIR digital filter timing control, delay, multiplication and accumulation complement the four modules
vi
- 本VI,是在labview环境开发。16进制到二进制原码、反码、补码计算-Hexadecimal to binary of the original code, anti-code complement calculation
convert
- 自己写的二进制补码转十进制有符号数的转换程序,程序虽小但很实用,可用作测试fpga的借口程序,已经过测试没有问题。-Twos complement to write their own turn decimal number of symbols of the conversion program, the program is small but very practical excuse can be used as a test fpga program has been tested a
danpianji
- 已知一个补码形式的16位二进制数(低8位在NUM单位,高8位在NUM+1单位),试编写能求该16位二进制数原码的绝对值的程序。-Given a complement in the form of 16-bit binary number (NUM units in the low 8 high 8 in NUM+1 unit), try to be able to write the absolute value of the 16-bit binary code of the original
补码加减法运算器
- 掌握算术逻辑运算单元(ALU)的工作原理。 熟悉简单运算器的数据传送通路。 掌握8位补码加/减法运算器的设计方法。 掌握运算器电路的仿真测试方法。