allan

Calculates standard Allan Deviation (ADEV) of a time domain signal.
13,3K téléchargements
Mise à jour 6 sept. 2019

Afficher la licence

allan.m calculates the standard Allan deviation (ADEV) of a time domain signal. It is designed for stability analysis of frequency data, although the analysis can be applied to other types of data. Fractional frequency or phase data sets with sample rate or time stamp information are handled.
Note: for overlapping and modified Allan deviation analysis, please see the files allan_modified.m (ID: #26637) and allan_overlap.m (ID: #26441).

Citation pour cette source

M. A. Hopcroft (2024). allan (https://www.mathworks.com/matlabcentral/fileexchange/13246-allan), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Specialized Power Systems dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
2.28

Long-overdue update to handle some edge cases. Also improved data consistency checks.

1.11.0.0

v2.24 fix bug related to phase data and timestamps

1.10.0.0

v2.22 improve tau handling; plotting bugfix

1.9.0.0

v2.20 consistent behaviour for all allan_x.m functions.

1.8.0.0

v2.16 fixed some issues related to plotting

1.7.0.0

v2.14: updates to plotting, default values

1.6.0.0

minor bugfixes, data consistency checking updated

1.5.0.0

Description typo fix

1.4.0.0

handles phase data; error checking; asst. bugfixes

1.3.0.0

v1.82: performance enhancement; code/comments cleanup

1.2.0.0

v1.8: Vectorized code for significant performance enhancement.

1.1.0.0

added loglog plot option. Included test data in .mat file.

1.0.0.0

-fix bug in regular data calc for high-rate data
-fix bug in timestamp data calc for large starting gap
See code comments for details