-
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
-
GM
灰色模型在很多行业领域内得到广泛的应用,程序采用MATLAB编程,可实现GM(1,1)预测(Gray model has been widely used in many industries, the program using MATLAB programming, GM (1,1) prediction)
- 2013-05-20 14:53:03下载
- 积分:1
-
speed
matlab仿真精华,关于三相异步电机调速的案例,很有用(the matlab simulation essence, about the case of the three-phase induction motor, useful)
- 2012-09-09 18:16:13下载
- 积分:1
-
matrix-4
This is a matrix multiplication as an example of OpenMP parallel programming.
- 2015-03-13 05:07:13下载
- 积分:1
-
diff_ODE
matlab环境下,多个计算微积分和微分方程的程序(matlab environment program, multiple computing calculus and differential equations)
- 2014-01-05 23:12:30下载
- 积分:1
-
奇异值差分理论 matlab SVD
奇异值差分理论,对输入的信号矩阵化,并对矩阵进行奇异值分解,完成对信号的分析和处理(Singular value differential theory, the matrix of the input signal, and the matrix singular value decomposition, the completion of signal analysis and processing)
- 2016-08-22 17:23:00下载
- 积分:1
-
fuiyei
包括广义互相关函数GCC时延估计,本程序的性能已经超过其他算法,利用自然梯度算法。( Including the generalized cross-correlation function GCC time delay estimation, This program has exceeded the performance of other algorithms, Use of natural gradient algorithm.)
- 2016-08-26 15:07:27下载
- 积分:1
-
syn_start_resister
三相异步电机的启动,转子绕组接电阻启动,大家支持(Three-phase induction motor startup, the rotor winding resistance then start)
- 2009-05-20 11:37:10下载
- 积分:1
-
SAR-CSA(matlab)
SAR成像算法系列,有助于对SAR算法进行研究(SAR imaging algorithm series, contribute to the SAR algorithm research)
- 2013-10-22 11:09:07下载
- 积分:1
-
acvancedPIDcontrol
这是先进PID控制书中的源码,是基于matlab的。(This is the advanced PID control of the source book is based on the matlab.)
- 2009-01-28 14:43:29下载
- 积分:1