-
as
说明: matlab 使用自定义函数,进行幂函数拟合。(use a custom matlab function for fitting the power function.)
- 2009-04-07 09:57:24下载
- 积分:1
-
fulkerson
Implementation of fulkerson alghoritm, graph theory. Full source code in C++.
- 2010-11-23 02:39:18下载
- 积分:1
-
CHENGXU
语音信号的数字滤波——IIR数字滤波器的双线性变换法设计(Speech signal digital filter-- IIR digital filter bilinear transform design)
- 2012-05-09 19:09:33下载
- 积分:1
-
Blocking-EDS
Since RREQ packets are flooded throughout the network, this algorithm does not scale well to large networks. If the destination node is located relatively near the source, issuing a RREQ packet that potentially pass through every node in the network is wasteful. The optimization AODV uses is the expanding ring search algorithm, which works as follows. The source node searches successively larger areas until the destination node is found. This is done by, for every RREQ retransmission until a route is found, incrementing the time to live (TTL) value carried in every RREQ packet, thus expanding the ``search ring in which the source is centered.
- 2015-01-17 18:31:21下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1
-
OFDM
OFDM matlab调制与解调仿真,信号及其频谱(The OFDM matlab modulation and demodulation simulation, signal and its spectrum)
- 2012-11-21 21:38:23下载
- 积分:1
-
matlab_dll_Cpp
作者曾经实现过将matlab函数编译成dll供Cpp调用,这篇文章的目的是对新增的面向对象的的扩展mwArray进行讲解,matlab很容易和C/C++联合起来使用。
以前做过matlab7与c++的混合编程:将matlab函数编译成dll给C++调用,从而加快开发的进度。但是今天在matlab2008b下面又做了一遍,发现matlab又改了很多东西,诸如增加了面向对象的的扩展mwArray,于是做笔记如下。(matlab_dll_Cpp)
- 2010-06-29 13:59:49下载
- 积分:1
-
7
说明: 本程序是数制转换问题,为十进制数字和罗马数值间的相互转化,本程序用的是函数调用法(This program is the number of system conversion problems, in order to decimal numbers and value of the inter-conversion of Rome, this program using a function call method)
- 2009-12-27 21:35:22下载
- 积分:1
-
SEP
船舶仿真,simulink 关于船机浆的联合仿真,对初学者有用。(Ship simulation, simulink co-simulation on the ship machine pulp, useful for beginners.)
- 2020-11-18 15:29:40下载
- 积分:1
-
kalman
本文介绍kalman滤波的基本原理及发展现状,主要从模型的建立和非线性模型的线性化两方面进行介绍(In this paper, the basic principle of kalman filter and the development present situation, mainly from the establishment of model and the linearization of the nonlinear model is presented in two aspects)
- 2013-03-12 18:59:23下载
- 积分:1