-
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
-
FD_NS_in_Vorticity_or_Stream_function_formulation
A MATLAB code which solves navier-stokes in Cartesian coordinates with worticity and stream function aproach
- 2015-01-26 19:03:40下载
- 积分:1
-
piano2
Plays piano music in matlab
- 2015-03-07 23:09:39下载
- 积分:1
-
BPSK
高斯信道下二进制相移键控信号仿真MATLAB源程序(Gaussian channel binary phase shift keying signal simulation MATLAB source)
- 2007-12-16 21:57:11下载
- 积分:1
-
chaotic_PSO
This program is an M-file of Chaotic version of Particle Swarm Optimization method.
- 2009-04-27 15:53:34下载
- 积分:1
-
configfs_example_explicit
This file is a demonstration module containing a number of configfs subsystems.
- 2014-10-14 10:03:32下载
- 积分:1
-
Algo1
nested polynomial uation method using matlab
- 2015-03-25 18:11:33下载
- 积分:1
-
discrimation
该文针对具有两个相互重叠频率成分的密集频谱 ,分析了两个重叠频率成分在复频域的叠加情况 ,在不增加采样长度的条件下 ,通过向量分解和单频率成分的识别、校正方法 ,推导出其校正公式。(In this paper, with two overlapping frequency components of the dense spectrum of two overlapping frequency components in the frequency domain stacking situation, in terms of not increasing the sample length, through the vector decomposition and single-frequency components of the identification, correction derived the correction formula.)
- 2010-06-01 16:36:54下载
- 积分:1
-
Edge-Adaptive-LSBMR
所有LSB算法的代码实现。对做信息隐藏方面很有帮助(LSB algorithm code. Hidden aspects helpful to do information)
- 2012-05-04 13:14:39下载
- 积分:1
-
MATLAB-fingerprinit-Demo
指纹识别预处理.细线化处理,C++翻译过来MATLAB坐仿真处理,适合初学者学习(fingerprint matching)
- 2013-09-11 20:55:19下载
- 积分:1