Tests against the null hyptothesis of whiteness

版本 1.0.0.0 (1.3 KB) 作者: Hanan Shteingart
Tests whether a given signal is white (delta function in autocorrelation)
416.0 次下载
更新时间 2013/9/3

查看许可证

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

引用格式

Hanan Shteingart (2024). 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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Hypothesis Tests 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0