-
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
-
duanshi1
matlab编程的短时傅里叶变换典型实例,供大家参考。(short-time Fourier transform matlab programming typical examples for your reference.)
- 2014-01-18 22:16:30下载
- 积分:1
-
GDOP_6_A
多星座导航系统GDOP递推特性的仿真程序(GDOP recursive multi-constellation navigation system features simulation program)
- 2015-03-13 10:35:29下载
- 积分:1
-
electromagnetic-field-moment-method
用矩量法计算半波振子的电流分布、输入阻抗、E面方向图。(Calculated half-wave dipole moment method using the current distribution, input impedance, E plane patterns.)
- 2013-12-03 21:49:38下载
- 积分:1
-
ECA_B
雷达信号处理中,利用ECA_B算法,实现直达波及多径的抑制(In radar signal processing, the ECA_B algorithm is utilized to realize the suppression of the direct spread and multipath.)
- 2020-07-03 23:40:02下载
- 积分:1
-
fuzzypid1
说明: 模糊PID和传统PID的matlab实现(Fuzzy PID and conventional PID of the matlab implementation)
- 2011-04-15 10:06:54下载
- 积分:1
-
11
说明: 图象压缩方面的论文pdf格式
可用于毕业设计方面的工作(Image compression pdf format papers for school design work)
- 2010-05-26 20:35:36下载
- 积分:1
-
nihe
拟合算法的源程序,采用matlab写的,对理解拟合算法有很大的帮助作用。在工程学学习中常用到(Fitting algorithm source code, using matlab write, fitting algorithms for understanding the role of great help. Commonly used in engineering learning)
- 2013-11-13 23:43:59下载
- 积分:1
-
isodata
Matlab 下的isodata算法源码(isodata algorithm)
- 2014-11-18 14:09:05下载
- 积分:1
-
InputBuffer---
A buffer with 2 inputs and 2 outputs is implemented in this experiment.
The buffer has a buffer size k=6 cells for each input buffer, and arrival rate lambda, λ.
The Matlab software was used to make this buffer. Two 2*2 arrays were created as two for inputs and outputs, a 2*6 array is created as the body of buffer. This means the buffer can hold the 6 data from two sources and the buffer has two input ports and two outputs port.
However, it can only have one write or arrival for each input per slot time or cycle time and it can only have one read for each output per cycle time. We can only read out once per cell time from a given input buffer.(A buffer with 2 inputs and 2 outputs is implemented in this experiment.
The buffer has a buffer size k=6 cells for each input buffer, and arrival rate lambda, λ.
The Matlab software was used to make this buffer. Two 2*2 arrays were created as two for inputs and outputs, a 2*6 array is created as the body of buffer. This means the buffer can hold the 6 data from two sources and the buffer has two input ports and two outputs port.
However, it can only have one write or arrival for each input per slot time or cycle time and it can only have one read for each output per cycle time. We can only read out once per cell time from a given input buffer.
)
- 2012-10-16 18:25:40下载
- 积分:1