-
subattribspace
朴素贝叶斯matlab实现,基于matlab编程(Naive Bayes matlab to achieve, based on the matlab programming)
- 2009-05-27 23:24:21下载
- 积分:1
-
TracebyKalmanFilter
利用Kalman Filter进行机动目标跟踪的例子,附有详细的说明文档(use for tracking moving targets example, with detailed documentation)
- 2006-07-09 09:50:09下载
- 积分:1
-
tulusuanfa
图论算法,里边的内容包括最短路径,最小生成树,最大流,遍历的算法及详细讲解。(Graph algorithms, including inside the shortest path, minimum spanning tree, maximum flow, traversal algorithms and detailed explanation.)
- 2013-08-27 22:07:51下载
- 积分:1
-
bubd
function [mubnd,var,dc,dr,gcr,grc] = bubd(m,blk,Dinitbnd,Ginitbnd,pmu,diagnose,clevel)
- 2015-02-13 17:56:17下载
- 积分:1
-
BIC_Paper_Ahmad_Javaid_Code
Implements PSO for function optimization for different standard mathematical functions.
- 2013-05-05 23:26:58下载
- 积分:1
-
jacobi
此文件为MATLAB的M文件,功能是通过Jcobi迭代法求相应精度和迭代次数限制的线性方程组。(This file MATLAB M-files, the demand function is through Jcobi iterative method of linear equations corresponding precision and limit the number of iterations.)
- 2012-11-14 21:09:48下载
- 积分:1
-
imu_calibratio
通过9位置法进行加速度标定,采集旋转数据进行陀螺仪标定以及磁力计的标定,以达到减小误差为后续姿态跟踪或解算提高精度(IMU calibration)
- 2020-12-22 22:49:07下载
- 积分:1
-
Newton
内含Newtonback.m,Newtonforward.m文件,牛顿插值法,向前向后插值。(Intron Newtonback.m, Newtonforward.m documents, Newton)
- 2008-06-04 22:35:28下载
- 积分:1
-
ForcedPendulum
This simulink model simulates the damped driven pendulum, showing it s chaotic motion.
theta = angle of pendulum
omega = (d/dt)theta = angular velocity
Gamma(t) = gcos(phi) = Force
omega_d = (d/dt) phi
Gamma(t) = (d/dt)omega + omega/Q + sin(theta)
Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method.
Chaos can be seen for Q=2, omega_d=w/3.
The program outputs to Matlab time, theta(time) & omega(time).
Plot the phase space via:
plot(mod(theta+pi, 2*pi)-pi, omega, . )
Plot the Poincare sections using:
t_P = (0:2*pi/omega_d:max(time))
plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . )
System is described in:
"Fractal basin boundaries and intermittency in the driven damped pendulum"
E. G. Gwinn and R. M. Westervelt
PRA 33(6):4143 (1986)
(This simulink model simulates the damped driven pendulum, showing it s chaotic motion.
theta = angle of pendulum
omega = (d/dt)theta = angular velocity
Gamma(t) = gcos(phi) = Force
omega_d = (d/dt) phi
Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta)
Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method.
Chaos can be seen for Q=2, omega_d=w/3.
The program outputs to Matlab time, theta(time) & omega(time).
Plot the phase space via:
plot(mod(theta+pi, 2*pi)-pi, omega, . )
Plot the Poincare sections using:
t_P = (0:2*pi/omega_d:max(time))
plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . )
System is described in:
"Fractal basin boundaries and intermittency in the driven damped pendulum"
E. G. Gwinn and R. M. Westervelt
PRA 33(6):4143 (1986)
)
- 2010-02-17 07:28:51下载
- 积分:1
-
matlab
(1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT
特征描述子对其进行描述。
(2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。
(3) 使用RANSAC方法,确定变换参数。
(4) 图像融合
((1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized using SIFT descriptors be described. (2) adjacent to the image feature point matching, and according to the feature vector to eliminate false matching points. (3) using RANSAC approach to determine the transformation parameters. (4) image fusion)
- 2013-09-15 22:40:17下载
- 积分:1