Effacer les filtres
Effacer les filtres

allanvar() surprising behavior for large Tau

4 vues (au cours des 30 derniers jours)
Jacques Trichet
Jacques Trichet le 27 Mai 2020
Réponse apportée : Sean le 6 Déc 2020
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 !

Réponses (1)

Sean
Sean le 6 Déc 2020
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,'.:')

Catégories

En savoir plus sur Specialized Power Systems dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by