-
grasp-data-from-figure
一个用matlab实现来从科技文章图例中获取数据的小程序. 目前只能处理单条数据线. 结果以文本形式保存.
既可以进行实际应用, 也可以作为 matlab 交互式界面操作的一个入门例子. (This code is used to grasp data x-y curves in scientific figures. )
- 2014-12-15 17:47:31下载
- 积分:1
-
HHTtoolbox
MATLAB HHT(希尔伯特变换)工具箱(matlab HHT toolbox lib)
- 2015-03-02 16:24:09下载
- 积分:1
-
adaptive_main
说明: LCMV算法智能天线Matlab仿真程序,非常好用,运行就可以看到方向图。希望跟各位资源共享。
(Smart Antenna Pattern algorithm simulation program Matlab, very convenient, can be seen running on the direction of Fig. You hope with the sharing of resources.)
- 2006-03-22 11:35:26下载
- 积分:1
-
Analog_communicatio
Analog communication for matlab(Analog communication for Matlab)
- 2006-06-19 10:54:31下载
- 积分:1
-
Movingtargetdetect
帧间差分法进行运动目标检测,适用于对摄像头采集到的视频进行实时检测(Interframe difference method for moving object detection, real-time detection for video captured on camera)
- 2012-04-21 21:21:32下载
- 积分:1
-
Monte-Carlo
对标的资产过程服从几何布朗运动的期权用蒙特卡洛模拟数值算法进行定价(The underlying asset process follows a geometric Brownian motion of options using Monte Carlo simulation, numerical algorithms pricing)
- 2020-11-22 16:09:34下载
- 积分:1
-
Untitled7
mimo radar SINR plot vs doppler frequency
- 2010-11-15 21:43:46下载
- 积分:1
-
ga
说明: 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法(Longge the ant colony algorithm using MATLAB to solve 3)
- 2010-05-24 14:48:45下载
- 积分:1
-
fencengkongshi1
关于分层空时码的matlab程序,详细,实用。(on layered space-time code Matlab procedures, detailed and practical.)
- 2006-11-20 01:44:29下载
- 积分: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