-
runSimSCFDMA
单载波频分多址的研究,可以降低单载波的峰值平均功率比(Single-carrier frequency division multiple access research, can reduce the peak single-carrier average power ratio)
- 2009-12-20 19:09:39下载
- 积分:1
-
Introduction-to-MATLAB
this is good introduction to matlab
- 2011-02-05 06:05:08下载
- 积分:1
-
chenxu
使用粒子群算法解决优化问题,该算法有全局搜索和局部搜索能力,方便快捷。(Particle swarm algorithm to solve the optimization problem, the algorithm global search and local search capability, quick and easy.)
- 2013-03-03 20:04:21下载
- 积分:1
-
maxentropypso
the threshold obtained in maximum entropy is optimized with particle swarm optimization. the result is good
- 2012-12-20 12:51:58下载
- 积分:1
-
KNN
自己编写的近邻法算法,包括k近邻法、两分剪辑和重复剪辑、压缩算法。在文档中给出了一个简单的算法原理说明,详细参考边肇的《模式识别》。注:里面的分类线绘制算法存在一些问题,仅供大家参考修改。(The nearest neighbor algorithm written by myself, including k nearest neighbor, the two sub-editing and re editing, compression algorithm. The document gives a simple algorithm principle . The detailed explanation can be found in the book Pattern Recognition written by Bian Zhaoqi. Note: The line drawing algorithms have some problems, only for your reference.)
- 2010-08-09 16:19:37下载
- 积分:1
-
perceptron
multilayer perceptron sample
- 2010-03-07 04:51:12下载
- 积分:1
-
SimpleColorDetection
Very simple color detection in RGB color space by ImageAnalyst
- 2011-04-24 19:45:32下载
- 积分: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
-
regress-193555
Testing access to function name from inside function.
- 2014-01-13 23:06:11下载
- 积分:1
-
svm
SVM支持向量机算法做语音识别的详细仿真实现代码,需要自己准备语音库,依次训练出模板,包含附加调用的函数库在内,欢迎和做语音识别,说话人识别的朋友交流(SVM support vector machine algorithm to do the detailed simulation of voice recognition to achieve the code, you need to prepare their own voice library, followed by training out of the template, including additional call function library, welcome and do voice recognition, speaker recognition friends exchange)
- 2017-04-22 15:47:49下载
- 积分:1