-
demo-example-5
Demo emf source code 5
- 2011-06-04 17:15:59下载
- 积分:1
-
Matlabsourcecode
指纹识别源码,利用梯度法求解指纹的块方向图,很好用(Fingerprint fingerprint source using gradient method with the block pattern well)
- 2010-05-06 22:59:58下载
- 积分:1
-
BaseLine1
this programme is for baselinbe removal of noisy ecg data.Low frequency noise is the base line so by using any such technique u can remove it.
- 2013-02-27 13:07:17下载
- 积分:1
-
Myread_Yuv
自己编写的读YUV格式视频的程序,简单好用,而且附有国际标准测试序列hal_cif.yuv.(Write your own read YUV format video program, easy to use, and with the international standard test sequence hal_cif.yuv.)
- 2010-05-15 11:26:19下载
- 积分:1
-
chongdiefenkuai
自己编的图像重叠分块再重新合成的程序。使用matlab。(Re-synthesis process images overlap own the block. Use matlab.)
- 2014-03-03 11:23:46下载
- 积分:1
-
GA_PSO_Optimization
ga和pso的算法,梁结构的拓扑优化,源程序引自文献,加入对应参数(ga and pso algorithm, topology optimization of beam)
- 2016-06-25 15:12:16下载
- 积分:1
-
my-simulatedata
I simulate a very simple interfrogram
- 2014-08-12 14:19:32下载
- 积分:1
-
delay
主要是针对lorenz系统时延同步进行仿真(Synchronization for lorenz system delay simulation)
- 2013-03-26 18:46:39下载
- 积分:1
-
C7
说明: matlab generation.mdl
- 2013-10-06 23:01:59下载
- 积分: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