-
GA
说明: 遗传算法 C语言源码Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正,很实用(GA C language source code Denis Cormier (North Carolina State University) developed, Sita S. Raghavan (University of North Carolina at Charlotte) amendments, it is practical)
- 2011-05-04 12:43:29下载
- 积分:1
-
QR_Code
CODIGO VISUAL BASIC PARA codigo de barras
- 2015-03-26 14:23:39下载
- 积分:1
-
neurospiketrain
Neuron system spike train
- 2009-10-23 00:03:51下载
- 积分:1
-
JakesRayleigh
本程序将一随机信号通过瑞利信道产生输出,并用Jakes方法产生单径的符合瑞利分布的复随机过程(This procedure will be a randomly generates an output signal through Rayleigh channel, and use Jakes method produces single-path Rayleigh distribution meet the complex stochastic process)
- 2013-09-03 15:50:10下载
- 积分:1
-
1123
通信系统基础知识
Matlab应用软件的基本知识以及基本操作技能
数字调制与解调
用软件matlab完成一个典型的通信系统的仿真,其中信源,数字化方式,基带码,信道码,调制方式(Basic knowledge of the communication system
The Matlab application software basic knowledge and basic skills
Digital modulation and demodulation
Use the software matlab completion of a typical communication system simulation, wherein the source, the digitized baseband code, channel code, modulation scheme)
- 2013-05-09 09:06:45下载
- 积分:1
-
ab改进
针对传统α - β 滤波算法不够有效跟踪机动目标的问题, 详细分析了其内在原因, 提出一种改进的α - β 滤波算法。该算法不需要假定目标的机动模型, 而是将目标的机动加速度作为滤波状态直接估计出来, 将估计加速度作为输入控制量引入到传统α - β 滤波器的状态估计方程中进行机动目标的跟踪。然后将它与传统α - β 滤波算法进行比较, 证明了新的算法不仅具有传统算法计算量小的优点, 而且还可以对机动目标进行实时跟踪。仿真结果表明, 新算法在综合性能上明显优于传统算法。(In view of the problem that the traditional alpha beta filtering algorithm is not effective in tracking the maneuvering target, the internal reason is analyzed in detail, and an improved alpha beta filtering algorithm is proposed. In this algorithm, the maneuvering model of the target is not assumed, but the maneuvering acceleration of the target is estimated directly as the filter state, and the estimated acceleration is introduced into the state estimation equation of the traditional alpha beta filter to track the maneuvering target in the state estimation equation of the traditional alpha beta filter. Then compared with the traditional alpha beta filtering algorithm, it is proved that the new algorithm not only has the advantages of small computation in the traditional algorithm, but also can track the maneuvering target in real time. The simulation results show that the new algorithm is superior to the traditional algorithm in terms of comprehensive performance.)
- 2018-04-13 11:00:35下载
- 积分:1
-
matlabdigitalsignals
数字信号处理相关源代码,有用的代码。是初学者的好帮手(Digital signal processing related to source code, useful code. Is a good helper for beginners)
- 2009-05-19 21:54:22下载
- 积分:1
-
kalman
基于_当前_统计模型的目标状态估计主要靠 kalman滤波实现对物体运动轨迹的估计(_ Current _ statistical model-based target state estimates depends mainly on kalman filter object trajectories estimated)
- 2013-03-08 11:13:51下载
- 积分:1
-
slidingmode
this is an active suspension programm(sliding mode)
- 2012-01-03 16:49:11下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1