-
matlablearn
matlab的教程,有简易版和详细版。较为浅显易懂,对于新手来说,能够较快的入门。(matlab tutorial, there are simple and detailed version version. Relatively easy to understand for the novice is able to fast entry.)
- 2007-12-19 23:19:45下载
- 积分:1
-
EXP_1
MATLAB PROGRAM TO CONVERT STATE SPACE MODEL TO TF AND VICE VERSA
- 2013-10-23 01:09:33下载
- 积分:1
-
cMeansAlgorithm
文中给出了人工鱼群算法的原理和详细描述,并对算法的收敛性能和算法中各参数对收敛性的影响等因素进行了分析 针对组合优化问题,给出了人工鱼群算法在其中的距离、邻域和中心等概念,并给出了算法在组合优化问题中的描述 针对大规模系统的优化问题,给出了基于分解协调思想的人工鱼群算法 给出了人工鱼群算法中常用的一些改进方法(The Analysis and ImProvement of Artifieial Fish-swarm algorithm)
- 2011-12-07 22:22:36下载
- 积分:1
-
Fully_Converter_ramp
This is the matlab simulation of Fully Controlled Rectifier controlling a DC Motor with RAMP input.
- 2011-12-16 04:02:41下载
- 积分:1
-
EKF
说明: 本程序为论文 衰减记忆扩展卡尔曼滤波在目标跟踪中的应用 的复现,可完美运行。(This program is a recurrence of the application of the attenuated memory extended Kalman filter in target tracking, which can run perfectly.)
- 2019-11-18 16:19:10下载
- 积分:1
-
statespacemodel1
state space model of system sampling time
- 2010-10-14 19:55:21下载
- 积分:1
-
matlab-sor
matlab-sor实现matlab上的sor迭代法(Matlab- sor achieve the Matlab sor iterative method)
- 2021-02-25 23:59:38下载
- 积分:1
-
finally
实现了车辆目标的背景建模、前景检测、阴影消除、车辆跟踪。(The vehicle to achieve the target of the background modeling, foreground detection, shadow elimination, vehicle tracking.)
- 2011-07-20 17:10:57下载
- 积分:1
-
QPSK
正交相移键控 (Quadrature Phase Shift Keying)简称“QPSK”,是一种数字调制方式。它分为绝对相移和相对相移两种。由于绝对相移方式存在相位模糊问题,所以在实际中主要采用相对移相方式DQPSK。目前已经广泛应用于无线通信中,成为现代通信中一种十分重要的调制解调方式。(QPSK THAT IS TO SAY....)
- 2014-11-26 19:59:53下载
- 积分:1
-
MATLAB-Fibonacci
写一个MATLAB函数fibo.m来计算Fibonacci数列,其定义如下: fibo(n+2)=fibo(n+1)+fibo(n) 此数列的初始条件如下:fibo(1)=0,fibo(2)=1。(Fibo.m write a MATLAB function to calculate the Fibonacci sequence, which is defined as follows: fibo (n+2) = fibo (n+1)+fibo (n) the initial conditions in this series are as follows: fibo (1) = 0, fibo (2) = 1.)
- 2014-12-12 06:07:28下载
- 积分:1