Tests against the null hyptothesis of whiteness
For details see the link below and references within
http://dsp.stackexchange.com/questions/7678/determining-the-whiteness-of-noise
% demo:
% % white:
% >> [h,p,R]=white_test(((filter([1], [1], rand(1e3,1)))))
% >> h = 0, p =1, R = 455
% % non white:
% >> [h,p,R]=white_test(((filter([1 .3], [.4 0.3], rand(1e3,1)))))
% >> h = 1, p = 0, R = 2e3
Cite As
Hanan Shteingart (2023). Tests against the null hyptothesis of whiteness (https://www.mathworks.com/matlabcentral/fileexchange/43312-tests-against-the-null-hyptothesis-of-whiteness), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
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 | |
---|---|---|---|
1.0.0.0 |