-
polygeom
Code for obtaining Center of math of polygon.
enjoy it.
- 2013-11-09 01:17:05下载
- 积分:1
-
jade
jade algorithm for extration of features
- 2014-12-09 15:45:00下载
- 积分:1
-
frequency
matlab编程计算结构系统的频率响应程序(matlab program to calculate the frequency response of structural systems)
- 2013-10-11 20:40:23下载
- 积分:1
-
091120097
对高斯信道下的MATLAB仿真,还有锐利信道,还有些误码曲线,信噪比的统计(Gaussian Channels MATLAB simulation, there are sharp channel, and some error curve, the statistical signal to noise ratio)
- 2010-08-08 15:14:30下载
- 积分:1
-
16QAM
this is simulation 16QAM modulation in additive white gaussian noise channel
- 2009-12-18 01:45:26下载
- 积分:1
-
PFC3
一种效果显著的PFC仿真simulink模型,绝对具有参考价值。(PFC Simulink simulation model of a significant effect of the absolute, have reference value.
)
- 2014-12-29 21:21:45下载
- 积分:1
-
m_files
基于matlab编程的卡尔曼滤波数值模仿真(Kalman filter values ??based on matlab programming mimic true)
- 2013-12-16 23:51:30下载
- 积分:1
-
MATLABxct_classic_simulation_programming_source_co
MATLABxct经典仿真程序设计源码MATLABxct classic simulation programming source code(MATLABxct classic simulation programming source MATLABxct classic simulation programming source code)
- 2010-08-02 12:47:11下载
- 积分:1
-
manchest_code
说明: 本程序能够实现对数字分向码产生的功能,使用方法请参照程序注释。(procedures to achieve the right digital code points to the functions, please refer to the use of procedural methods Notes.)
- 2006-04-14 10:27:03下载
- 积分:1
-
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