搜索资源列表
conversion_gui
- function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType)
pskdem_fixed
- psk解调的定点仿真模型。另外DEC2HEX.C负责将十进制的数据文件转换为十六进制的数据文件,因为MATLAB输出数据格式为十进制,而NC-VERILOG能够读取的数据格式为十六进制,所以需要转换。-psk demodulation of the fixed-point simulation models. In addition DEC2HEX.C responsible for the data file is converted
Dec2Hex
- Decimal TO Hex Conversion
dec2hex
- 這是一個轉16進制的小程式,希望對大家有幫助!-16 band small program, we want to help!
Mathematics-Dec2hex
- Shows how to convert decimal to hexadecimal