-
opticalfiber
this document speaks about optcal fiber transmission
- 2009-06-05 02:09:44下载
- 积分:1
-
IOsegy(matlab)
说明: MATLAB编写的segy地震数据地震数据读写代码。从事地球物理地震勘探的人员可以参考。(MATLAB prepared segy seismic data seismic data read and write code. Engaged in geophysical seismic exploration personnel can refer to.)
- 2008-11-30 11:30:19下载
- 积分:1
-
Imperialist-Competitve-Algorithm-Matlab-Source-Co
This is source Matlab code for Imperialist Competitive Algorithm. This code include a guide file for user
- 2013-02-04 15:43:47下载
- 积分:1
-
ellipse
this code described ellipse fitting by matlab code
- 2014-01-12 03:26:16下载
- 积分:1
-
svdgui
SVDGUI演示了计算任何实矩阵的奇异值的步骤(SVDGUI Demonstrate the computation of the SVD.
SVDGUI(A) shows the steps in the computation of the singular value decomposition of any real matrix.)
- 2009-09-26 20:43:09下载
- 积分:1
-
EM4001_id
本例是一个用PIC16F73编写的门禁读卡器解码并显示的源程序(This case is a PIC16F73 prepared to use access control card reader and display the source decoder)
- 2008-01-04 17:15:49下载
- 积分:1
-
16QAM
16QAM的MATLAB调制解调仿真,很清楚奥,很全面奥(16QAM modulation and demodulation of the MATLAB simulation, it is clear that Austria, Austrian comprehensive)
- 2009-04-19 03:28:23下载
- 积分:1
-
HSDCTcode
心音信号的DCT域变换压缩编码,LLoyld最佳量化与霍夫曼编码,利用心电R波进行分帧,在不到1 左右失真度的情况下达到了6.0以上的压缩比(Heart sound signals on DCT transform coding, LLoyld optimal quantization and Huffman coding, the use of ECG R wave sub-frame, less than about 1 in the case of distortion to achieve a compression ratio of more than 6.0)
- 2013-07-27 10:20:40下载
- 积分:1
-
MATLAB2012a
matlab 2012a下载和安装教程,比较详细。matlab就是矩阵实验室,应用比较广,电信,自控,计算机等等都涉及。(matlab 2012a download and install the tutorial, in more detail. matlab Matrix Laboratory, broad application, telecommunication, automatic control, computer, etc., involved.)
- 2012-10-19 18:34:13下载
- 积分: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