-
EKFUKFMatlabtoolbox
现代信号处理中的扩展卡尔曼滤波和无迹卡尔曼滤波的介绍,以及matlab的实现方法。(EKF UKF)
- 2010-11-24 20:33:33下载
- 积分:1
-
qubing
说明: 曲柄滑块机构的运动学仿真,能有效仿真活塞运动(Slider-crank mechanism kinematics simulation)
- 2020-12-24 11:49:05下载
- 积分:1
-
IM-qidong
MATLAB 三相感应电动机启动仿真,MATLAB语言编程,适用初学MATLAB者(MATLAB simulation of three-phase induction motor startup, MATLAB programming language for beginners who MATLAB)
- 2011-09-18 13:19:50下载
- 积分:1
-
MPC-InPA-SQP-DC-Power-Systems
移相全桥DC/DC变换器的MPC控制,InPA-SQP算法的运用提高计算速度(Phase-shifted full-bridge DC/DC converter MPC control, the use of InPA-SQP algorithm to improve the computing speed)
- 2014-04-12 22:22:03下载
- 积分:1
-
ACO_Improvement
利用蚁群算法的改进算法实现图像分割,并与传统蚁群算法作比较(The improved ant colony algorithm is used to realize image segmentation and compared with the traditional ant colony algorithm.)
- 2019-06-09 16:27:22下载
- 积分:1
-
seismodel
地震资料处理中常用的地震模型,本程序提供了五种模型,供大家交流学习(Commonly used in seismic data processing seismic model, this program offers five models for learning to share)
- 2010-07-14 09:32:14下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
SteadyHeatNonLinearForStudents
一维稳态非线性热传导问题的有限元编程,实现了一维非线性热传导问题的matlab有限元模拟(One dimensional finite element implementation for steady state, nonlinear heat conduction.)
- 2018-05-22 09:20:58下载
- 积分:1
-
PSO
说明: 带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验
(With the shrinkage factor and the basic PSO inertia weight particle swarm algorithm source code. Modular source code written in a clear structure, easy to improve and to do numerical experiments)
- 2011-04-04 12:45:19下载
- 积分:1
-
GMSK
用matlab编写的一个GMSK调制算法的仿真程序(GMSK modulation algorithm using matlab simulation program)
- 2013-01-17 22:14:37下载
- 积分:1