• 大小: 0M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-02
  • 语言: 其他
  • 标签: 其他  

资源简介

卡尔曼滤波源代码.rar

资源截图

代码片段和文件信息

%---------------------------------------------%
%       %
%          工作室提供代做matlab仿真       %
%       %
%  详情请访问:http://cn.mikecrm.com/5k6v1DP  %
%       %
%---------------------------------------------%

disp(‘loading example file 500 samples [11.3kHz] of blues...‘);
load example;

plot(x);
pause;

disp(‘Now use the median filter‘);
disp(‘p = 3‘);
plot([x mfilt1d(x3)]);
pause;
disp(‘p = 7‘);
plot([x mfilt1d(x7)]);
pause;

disp(‘Now the facet approach‘);
disp(‘p = 5 k = 0.1‘);
plot([x facet(x50.1)]);
pause;
disp(‘p = 9 k = 0.1‘);
plot([x facet(x90.1)]);
pause;

disp(‘Now phase-space methods‘);
[USV] = phase_space(x);
disp(‘reconstructing with p=3‘);
plot([xrecons(US3)]);
pause;
disp(‘reconstructing with p=5‘);
plot([xrecons(US5)]);
pause;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        796  2018-09-19 08:09  卡尔曼滤波源代码\a.m

     文件         55  2018-08-27 11:33  卡尔曼滤波源代码\【源码使用必读】.url

     目录          0  2018-09-16 11:01  卡尔曼滤波源代码

----------- ---------  ---------- -----  ----

                  851                    3


评论

共有 条评论