-
bppid
BP PID(BP PID)
- 2011-04-20 14:56:55下载
- 积分:1
-
EKF
可实现光流、惯性、地磁组合导航的扩展卡尔曼滤波算法(This program can realize the integration if optical flow/INS/magnetic.)
- 2021-03-13 01:49:24下载
- 积分:1
-
step_linear_predetict_and_Weiner_filter
一步线性预测与Weiner滤波的比较,含GUI界面.(Step linear prediction compared with the Weiner filter, with GUI interface.)
- 2010-07-23 22:18:25下载
- 积分:1
-
abcds
WAP to check whether a given system H1(z)and H2(z)in cascade is stable
- 2014-08-16 21:58:38下载
- 积分:1
-
maple-code
《超越摄动:同伦分析方法导论》附带maple程序代码,用于求解非线性偏微分方程解析解(" Beyond perturbation: Introduction homotopy analysis method" collateral maple program code for solving nonlinear partial differential equations analytical solutions)
- 2015-04-08 07:13:54下载
- 积分:1
-
rls算法自适应去噪
说明: rls算法去噪作业了解RLS算法并能简单运用RLS算
法进行一些处理。(RLS algorithm denoising)
- 2019-04-16 20:32:10下载
- 积分:1
-
ref2_off_estoff
good matlab code about cfo in mimo ofdm
- 2010-07-25 20:54:08下载
- 积分:1
-
kalman_Matlab
说明: 信号处理中卡尔曼滤波,采用matlab工具实现(Kalman filter signal processing using matlab tools to achieve)
- 2010-05-02 20:29:20下载
- 积分:1
-
calibration
基于MATLAB的(二维、三维)相机标定(说明书+图片+源程序)(MATLAB-based (two-dimensional, three-dimensional) camera calibration (description+ image+ source code))
- 2009-09-30 22:36:31下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1