資源簡介
利用相位數據計算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
- 上一篇:MATLAB二維碼識別
- 下一篇:STFT的matlab實現
評論
共有 條評論