-
controllerPID
量子bp网络优化的PID控制器。。。。。。。(Quantum BP network optimization of PID controller)
- 2014-11-18 05:57:01下载
- 积分:1
-
svm_v0.56beta
一款很好的支持向量机例程,包括一对一,一对多,DAGSVM。(A good support vector machine routines, including one to one, many, DAGSVM.)
- 2011-11-07 20:56:47下载
- 积分:1
-
code-(2)
matlab cod efor 2013 ieee paper a two level fh cdma
- 2013-12-07 14:03:13下载
- 积分:1
-
Genetic-Algorithms
使用matlab编写的各种类型的遗传算法,每一种都有注释说明 可以复制到M文件中运行(Matlab prepared using various types of genetic algorithms, each with explanatory notes can be copied to M to run in files)
- 2013-12-28 14:31:00下载
- 积分:1
-
interpft_quadric
对非同步采样数据进行二次插值同步化处理,进而进行谐波分析。(The asynchronized sample data can be synchronized by the qudric interpolation.)
- 2014-02-21 18:31:44下载
- 积分:1
-
GA-ELM_2 v2.0
说明: matab遗传算法工具箱以及极限学习机+遗传算法优化压缩包(Genetic Algorithm toolbox for matlab 2020b and Limit learning machine + genetic algorithm optimization package)
- 2020-12-04 08:49:24下载
- 积分:1
-
src
Neural net RBF introduction to RBF code
- 2009-11-25 14:02:51下载
- 积分:1
-
rakereceive_kron
本程序仿真了AWGN信道下,采用DS扩频对bpsk信号的影响,扩频码采用walsh码,扩频因子16;
接收端进行rake接收,然后分集合并,比较了三种分集方式对误码率的影响
从图像可以看出在扩频因子较高的情况下,最大比值合并与等增益合并性能相近(This program simulates the AWGN channel, using DS spread spectrum signal for bpsk influence spreading code using walsh code spreading factor 16
Rake receiver receiving end, and diversity combining, diversity compares three methods on the bit error rate of
As can be seen from the image in the case of higher spreading factor, the maximum ratio combining and equal gain combining similar performance)
- 2013-08-31 18:29:24下载
- 积分:1
-
MOVING-MUTI-TARGET-TRACTING(cSharp)
运用C# 和MATLAB编写的多目标跟踪程序,MATLAB编写的多目标跟踪适用于目标数3至4之间,已经通过调试。(C# muti-target tracking)
- 2013-12-09 10:55:48下载
- 积分: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