-
Kalman
卡尔曼滤波器设计的完整的MATLAB程序(Kalman filter design is complete MATLAB program)
- 2010-11-27 22:40:54下载
- 积分:1
-
kalman-tracking
基于卡尔曼滤波的目标轨迹跟踪预测 最优化自回归数据处理算法(Kalman filter based tracking target trajectory optimization autoregression forecasting data processing algorithms)
- 2020-11-30 19:59:27下载
- 积分:1
-
Chapter_1
data converters by maloberti
- 2013-04-19 15:07:35下载
- 积分:1
-
waveletcode
基于阀值的自适应小波降噪matlab源代码,入门级程序,对新手很有参考价值(Adaptive threshold wavelet denoising Matlab)
- 2012-03-31 22:24:19下载
- 积分:1
-
A-survey-of-medical-image-registration-(2039
A good survvy in the field of segment and other direction.How to choose a better method to improve the effect.
- 2013-12-28 07:41:19下载
- 积分:1
-
opt
低压省煤器相关结构参数的优化程序,使用粒子群优化方法进行优化。(Low pressure economizer structure parameter optimization program, the use of particle swarm optimization method for optimization.)
- 2013-05-20 14:06:30下载
- 积分:1
-
chuantongdianji
说明: 传统电机模型仿真,该模型为初学者研究带来便已。(chugtong dianji)
- 2010-04-01 19:50:59下载
- 积分:1
-
081208
说明: 基于MATLAB软件的交流永磁同步电机调速系统研究
介绍了一种采用磁场定向理论控制交流永磁同步电机的调速系统,应用现代控制理论对
电机直交轴耦合分量进行了解耦,并利用经典控制理论设计了电流环和角速度环调节器。MATLAB 仿真
结果证明了该方法的有效性,但系统调试时仍需根据具体情况适当调整以得到更理想的效果。(MATLAB software based on the exchange of permanent magnet synchronous motor speed control system introduces a theory of the use of field-oriented control of AC permanent magnet synchronous motor speed control system, the application of modern control theory on DC motor shaft coupling the decoupling components and to make use of classical control Theoretical Design of a current loop and the angular velocity of ring modulator. MATLAB simulation results prove the effectiveness of the method, but the system still need to debug when appropriate adjustments in accordance with specific circumstances in order to obtain better results.)
- 2021-04-18 16:18:57下载
- 积分:1
-
hurst
说明: 利用重标极差法计算Hurst指数,里面包含实现这一操作的子程序(Calcultate the Hurst)
- 2011-03-22 20:35:25下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1