-
ESPRITducation
研究阵列信号的经典算法MUSIC,这个程序是基于矩阵束的,已经测试过了,不错(Classic algorithm of array signal MUSIC, this procedure is based on the matrix pencil, and has been tested, and good)
- 2010-06-24 23:02:40下载
- 积分:1
-
PN_GEN
说明: 一个PN序列发生器,大M序列,供参考学习,(A PN sequence generator, the M series, for reference study,)
- 2008-10-20 13:46:45下载
- 积分:1
-
bp
说明: 神经网络分类在医疗领域乳腺肿瘤诊断中的应用(Neural network classifier in the medical field diagnosis of breast cancer)
- 2011-03-24 22:14:23下载
- 积分:1
-
TQI
通过轨道不平顺值,求得不平顺的标准偏差,计算轨道质量指数。(Value by track irregularity, irregularity of the standard deviation obtained, the quality index calculated orbit)
- 2010-05-07 22:04:26下载
- 积分:1
-
pca
主成份分析的源码,简单易懂,有效代码不超过十行,有注释,注释中注明了代码出处。(The source code of the principal component analysis, easy to understand and effective code not more than ten line, have comments, comments indicate the source the code.)
- 2012-05-10 11:19:18下载
- 积分:1
-
multiuser
本matlab代码主要设计卡尔曼滤波以及多用户检测相关问题(The matlab code design of Calman filter multiuser detection problem)
- 2012-01-07 10:47:49下载
- 积分:1
-
yiqunsuanfa1
能够实现蚁群算法寻优的程序,可以直接运行,运行后出来收敛图(Ant colony optimization algorithm can achieve a program that can be run directly after running out of the convergence plan)
- 2020-10-08 14:47:38下载
- 积分:1
-
H/a分类
关于H/a分类以及freeman分解的matlab代码,freeman分解主要采用T矩阵进行处理,得到最后的结果
- 2022-02-27 01:44:38下载
- 积分:1
-
Interference
用matlab模拟光的干涉实验,两个相干光源干涉实验(Matlab simulation light interference experiment )
- 2012-05-24 22:43:36下载
- 积分: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