allan
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).
Cite As
M. A. Hopcroft (2024). allan (https://www.mathworks.com/matlabcentral/fileexchange/13246-allan), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: allan v1.71, allan_overlap, allan_modified, modifiedAllan(data,rate,tau,varargin)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
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
|