说明:卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。-Source code of kalman filter using matlab. function [Y,PY,KC]=myKalman(x,A...
说明:极有用的数据处理程序,方便处理实验数据,并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expressio...
说明:MATLAB Normalized Cuts Segmentation CodeThis software is made publicly for research use only. It may be modified and redistributed under the terms of ...
说明:牛顿拉夫逊算法进行潮流计算,数据处理程序,方便处理实验数据,并取得数学表达式-Newton Raphson algorithm flow calculation, data processing procedures, facilitate the processing of experimenta...
说明:极有用的数据处理程序,方便处理实验数据,并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expressio...
说明:中间的程序是外推程序,......... 但是下面的程序仿真部分和外推部分的标号有写出入,因为不是同一时期编的 请大家注意: 程序中用的是频域外推法,在葛德彪的书中有详细的介绍。-Central procedure is the extrapolation procedure ,.......
说明:《MATLAB GUI设计学习手记》(第3版)在《MATLAB GUI设计学习手记》(第2版)的基础上,结合MATLAB 2014a的新特性,完善了全书的知识架构,突出了GUI设计重点,对读者经常遇到的46个问题作了透彻的解答,提炼出13个专题作了详尽的介绍,还对多达94个经典例题作了全面细致的讲解...