-
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
-
bizhang
实现小车的自动避障功能,当遇到障碍物是,自动改变路径,绕过以后,返回原路径前行(Realize the functions of the handicapped, when faced with obstacles, automatically alter path round, returns the path through)
- 2011-12-13 23:13:39下载
- 积分:1
-
MUSIC算法MATLAB程序
说明: 阵列信号处理中Music算法仿真例程源程序,music多重信号分类(The MUSIC algorithm source.)
- 2020-03-31 15:09:34下载
- 积分:1
-
06394344
watermarking in matlab
- 2013-10-05 03:33:39下载
- 积分:1
-
MATLAB1
MATLAB 常用函数参考
MATLAB 程式设计与应用(MATLAB function reference used
MATLAB programming and application )
- 2010-01-08 23:53:58下载
- 积分:1
-
OceansToolbox
This toolbox is meant to facilitate the manipulation of images and
video in Matlab. Its purpose is to complement, not replace, Matlab s Image
Processing Toolbox, and in fact it requires that the Matlab Image  Toolbox
be installed.    Emphasis has  been placed on code efficiency and
code reuse.
- 2009-07-21 11:40:02下载
- 积分:1
-
DTMF
把您的联系电话号码 通过DTMF 编码生成为一个 .wav 文件,对所生成的DTMF文件进行解码。(Your contact phone number via DTMF codes generated as a. Wav files, file generated by the DTMF decoder.)
- 2012-03-21 16:49:36下载
- 积分:1
-
DTW
DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。(DTW (Dynamic Time Warping, Dynamic Time Warping) algorithm based on dynamic programming (DP) ideas, to solve the pronunciation of different lengths of the template matching problem, is the speech recognition appeared in the early, more of a classical algorithm.)
- 2010-09-20 10:31:36下载
- 积分:1
-
Matlab
介绍matlab在大气科学中如何应用,进而为大气科学服务(Introduction matlab how to apply, and then for Atmospheric Sciences Atmospheric Sciences)
- 2012-07-10 11:11:41下载
- 积分:1
-
ofdm_program
matlab实现OFDM算法的仿真代码,可以实现OFDM算法的功能模拟。(implement the simulation algorithm matlab code OFDM, OFDM algorithm can achieve functional simulation.)
- 2011-09-20 23:42:35下载
- 积分:1