필터 지우기
필터 지우기

allanvar() surprising behavior for large Tau

조회 수: 4 (최근 30일)
Jacques Trichet
Jacques Trichet 2020년 5월 27일
답변: Sean 2020년 12월 6일
I compared Matlab build-in allanvar() funtion to script provided in NXP AN5087 and can see significant difference for Allan deviation at large tau.
This happens for very large data count, e.g. >1e7.
AN5087 is much closer to expected behavior: slope -1/2 then slope +1/2 !
So I would not recomend using allanvar() for very large datafiles !

답변 (1개)

Sean
Sean 2020년 12월 6일
I think I'm observing the same problem. It is easy to reproduce using the following code
[sigma,tau] = allanvar(rand([1,1e8]));
figure;loglog(tau,sigma,'.:')

카테고리

Help CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by