• 大小: 533B
    文件类型: .m
    金币: 2
    下载: 1 次
    发布日期: 2021-09-10
  • 语言: Matlab
  • 标签: matlab  

资源简介

利用相位数据计算hadamard方差,对于稳定性分析有一定帮助

资源截图

代码片段和文件信息

function [oHDEV]=calhdev(tausPeriodreadings)  %相位数据计算hadamard方差,speriod是采样时间间隔,reading输入相位数据序列
oHDEV=[]; 
for i=1:length(tau)
    oHDEV(1i)=calculateHDEV(tau(1i)sPeriodreadings)
end
function [oH] = calculateHDEV(tausPeriodreadings)
N = nume

评论

共有 条评论