搜索资源列表
dec2bin
- 用matlab写的很好的关于二进制转十进制的函数代码,可以实现非整数二进制转换十进制,以及负二进制转换十进制-Using matlab to write on the good function of the binary code to decimal, you can achieve non-integer binary decimal conversion, as well as the negative decimal binary conversion
dec2bin
- matlab编写,文件1将十进制数据转换成二进制数据的小程序;文件2将matlab的mat数据转成适用FPGA的mif格式-matlab write, file a decimal data into binary data of small programs file 2 to the mat matlab data into the FPGA-mif format for
求负数的补码
- 在matlab中虽然有dec2bin函数可以将十进制数转换为二进制数,但是它只能对正数计算,而无法求负数的补码,此程序实现在matlab中编程求负数的补码。