-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1
-
dbwt
matlab程序运行时导入数据文件作为输入参数,验证可用,用于时频分析算法,包括调制,解调,信噪比计算。( Import data files as input parameters matlab program is running, Verification is available, For time-frequency analysis algorithm, Includes the modulation, demodulation, signal to noise ratio calculation.)
- 2016-04-15 10:39:35下载
- 积分:1
-
juleiMATLAB
聚类分析 matlab (track)( matlab (track))
- 2010-08-20 00:43:04下载
- 积分:1
-
SI100
Mastering System Identification in 100 Exercises
- 2014-10-26 10:02:15下载
- 积分:1
-
CH6-ABS-via-ESC
国外著名控制专著《extremum seeking control and application》第6章案例matlab源码(matab code for examples of ch6 in a well-known book《extremum seeking control and application》)
- 2013-09-15 15:04:30下载
- 积分:1
-
linefit
非常好用和实用的直线拟合MATLAB小程序。(Very easy to use and practical linear fitting MATLAB applet.)
- 2013-12-16 09:29:42下载
- 积分:1
-
MATLAB
MATLAB的灰色处理程序,好半天才弄好的,应该还行。(matlab)
- 2010-09-29 08:14:18下载
- 积分:1
-
ica_basic_theory
program ica Iin basic and theory by matlab
- 2014-12-14 13:23:29下载
- 积分:1
-
journal-v-finale
a good reference for study synchronization in wireless sensors networks
- 2013-11-03 00:13:30下载
- 积分:1
-
Bin2Hex32
Convert binary to 32 bit hexa decimal value
- 2014-02-03 14:31:38下载
- 积分:1