Finite Sampling Corrected 3D Noise with Confidence Intervals

Analysis of imager noise through the use of 3D Noise model
469 Downloads
Updated Fri, 31 Jul 2020 14:29:47 +0000

View License

The 3D noise model is a white noise approximation consisting of 7 independent contributions that span the 3D correlation space (1 one dimensional uncorrelated processes, 3 two dimensional uncorrelated processes, and one three dimensional uncorrelated process). These scripts allow the user to simulate a noise cube, calculate the 7 independent variances, and calculate the confidence intervals. An additional script provides examples of how the functions can be called under different circumstances, for example correcting a past measurement, or iteratively calculating the noise cube by chunking the data.
This code is in support of a journal article "Finite Sampling Corrected 3D Noise with Confidence Intervals" https://www.osapublishing.org/ao/abstract.cfm?uri=ao-54-15-4907

Cite As

David Haefner (2024). Finite Sampling Corrected 3D Noise with Confidence Intervals (https://www.mathworks.com/matlabcentral/fileexchange/49657-finite-sampling-corrected-3d-noise-with-confidence-intervals), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Geometric Transformation and Image Registration in Help Center and MATLAB Answers
Acknowledgements

Inspired: Noise3d_Spatial, IR Noise Evaluation

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.3.0.0

Added support for trend removal, see IR noise evaluation for examples

1.2.0.0

Corrected file organization in zip file

1.1.0.0

% 05-19-2015 DH; Modified 0 defective case to allow large V and H input
% 05-19-2015 DH; Modified CI to calculate without stats toolbox

1.0.0.0