搜索资源列表
dec_to_bi
- OFDM中的关于二进制转十进制器的个人设计的MATLAB的算法,比较经典的 !-OFDM on the binary switch to the metric system for the design of personal MATLAB algorithm, more classic!
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_for_CRC
- 用MATLAB随机产生12000个均匀分布的随机数,先转换成二进制数,计算CRC,然后再转成十进制数,统计冲突结果。-Generate 12000 random number,then calculate the CRC and the result.
yichuansuanfa
- 遗传算法,基因突变函数,交叉函数,二进制转十进制,十进制转二进制-Genetic algorithms, function mutation, crossover function, binary to decimal, decimal to binary
matlab十进制转二进制
- matlab程序,可以将十进制的正数或负数转换为二进制有符号数,带详细注释。